Index: trunk/FACT++/src/ratecontrol.cc
===================================================================
--- trunk/FACT++/src/ratecontrol.cc	(revision 13532)
+++ trunk/FACT++/src/ratecontrol.cc	(revision 13549)
@@ -57,5 +57,5 @@
     DimStampedInfo fFTM;
     DimStampedInfo fRates;
-    DimStampedInfo fStatic;
+//    DimStampedInfo fStatic;
     DimStampedInfo fRateScan;
 
@@ -359,5 +359,5 @@
 
         static vector<uint8_t> counter(160);
-
+/*
         if (curr==&fStatic)
         {
@@ -373,5 +373,5 @@
             return;
         }
-
+*/
         if (curr==&fRates)
         {
@@ -538,4 +538,5 @@
         fFTM("FTM_CONTROL/STATE",       (void*)NULL, 0, this),
         fRates("FTM_CONTROL/TRIGGER_RATES", (void*)NULL, 0, this),
+        fRateScan("RATE_SCAN/STATE", (void*)NULL, 0, this)/*,
         fStatic("FTM_CONTROL/STATIC_DATA", (void*)NULL, 0, this)/*,
         fDimData("RATE_SCAN/DATA", "I:1;F:1;F:1;F:1;F:40;F:160", ""),
