Index: /trunk/FACT++/src/StateMachineDim.cc
===================================================================
--- /trunk/FACT++/src/StateMachineDim.cc	(revision 10435)
+++ /trunk/FACT++/src/StateMachineDim.cc	(revision 10436)
@@ -69,5 +69,5 @@
 : StateMachine(out, name), DimStart(name, *this), fLog(name, out),
     fSrvState((name+"/STATE").c_str(), const_cast<char*>("")),
-    fSrvVersion((name+"/VERSION").c_str(), const_cast<int&>(fVersion)),
+//    fSrvVersion((name+"/VERSION").c_str(), const_cast<int&>(fVersion)),
     fDescriptionStates((name+"/STATE_LIST").c_str(), const_cast<char*>(""))
 {
Index: /trunk/FACT++/src/StateMachineDim.h
===================================================================
--- /trunk/FACT++/src/StateMachineDim.h	(revision 10435)
+++ /trunk/FACT++/src/StateMachineDim.h	(revision 10436)
@@ -34,5 +34,5 @@
 
     DimService fSrvState;          /// DimService offering fCurrentState
-    DimService fSrvVersion;        /// DimService offering fVersion
+//    DimService fSrvVersion;        /// DimService offering fVersion
 
     DimService fDescriptionStates; /// DimService propagating the state descriptions
