Index: trunk/FACT++/src/ratescan.cc
===================================================================
--- trunk/FACT++/src/ratescan.cc	(revision 12352)
+++ trunk/FACT++/src/ratescan.cc	(revision 12353)
@@ -499,47 +499,4 @@
              "|patch[idx]:Index of the patch (360*crate+36*board+patch)"            );
 
-/*
-        AddEvent("ENABLE_OUTPUT", "B:1")//, kStateIdle)
-            (bind(&StateMachineRateScan::EnableOutput, this, placeholders::_1))
-            ("Enable sending of correction values caluclated by the control loop to the biasctrl");
-
-        AddEvent("STORE_REFERENCE")//, kStateIdle)
-            (bind(&StateMachineRateScan::StoreReference, this))
-            ("Store the last (averaged) value as new reference (for debug purpose only)");
-
-        AddEvent("SET_REFERENCE", "F:1")//, kStateIdle)
-            (bind(&StateMachineRateScan::SetReference, this, placeholders::_1))
-            ("Set a new global reference value (for debug purpose only)");
-
-        AddEvent("SET_Ki", "D:1")//, kStateIdle)
-            (bind(&StateMachineRateScan::SetConstant, this, placeholders::_1, 0))
-            ("Set integral constant Ki");
-
-        AddEvent("SET_Kp", "D:1")//, kStateIdle)
-            (bind(&StateMachineRateScan::SetConstant, this, placeholders::_1, 1))
-            ("Set proportional constant Kp");
-
-        AddEvent("SET_Kd", "D:1")//, kStateIdle)
-            (bind(&StateMachineRateScan::SetConstant, this, placeholders::_1, 2))
-            ("Set derivative constant Kd");
-
-        AddEvent("SET_T", "D:1")//, kStateIdle)
-            (bind(&StateMachineRateScan::SetConstant, this, placeholders::_1, 3))
-            ("Set time-constant. (-1 to use the cycle time, i.e. the time for the last average cycle, instead)");
-
-        // Verbosity commands
-//        AddEvent("SET_VERBOSE", "B:1")
-//            (bind(&StateMachineMCP::SetVerbosity, this, placeholders::_1))
-//            ("set verbosity state"
-//             "|verbosity[bool]:disable or enable verbosity for received data (yes/no), except dynamic data");
-*/
-/*
-        AddEvent("SET_RANGE", "I:3")
-            (bind(&StateMachineRateScan::SetRange, this, placeholders::_1))
-            ("Set raneg for ratescane"
-             "|min[int]:Start value in DAC counts"
-             "|max[int]:Limiting value in DAC counts"
-             "|step[int]:Single step in DAC counts");
-*/
         AddEvent("PRINT")
             (bind(&StateMachineRateScan::Print, this))
