Index: trunk/FACT++/gui/FactGui.h
===================================================================
--- trunk/FACT++/gui/FactGui.h	(revision 15265)
+++ trunk/FACT++/gui/FactGui.h	(revision 15271)
@@ -113,5 +113,5 @@
     DimStampedInfo fDimFadStatus;
     DimStampedInfo fDimFadStatistics1;
-    DimStampedInfo fDimFadStatistics2;
+    //DimStampedInfo fDimFadStatistics2;
     DimStampedInfo fDimFadFileFormat;
 
@@ -1616,4 +1616,5 @@
     }
 
+    /*
     void handleFadStatistics2(const DimData &d)
     {
@@ -1622,40 +1623,5 @@
 
         //const EVT_STAT &stat = d.ref<EVT_STAT>();
-
-        /*
-         //some info about what happened since start of program (or last 'reset')
-         uint32_t reset ;             //#if increased, reset all counters
-         uint32_t numRead[MAX_SOCK] ; //how often succesfull read from N sockets per loop
-
-         uint64_t gotByte[NBOARDS] ;  //#Bytes read per Board
-         uint32_t gotErr[NBOARDS] ;   //#Communication Errors per Board
-
-         uint32_t evtGet;             //#new Start of Events read
-         uint32_t evtTot;             //#complete Events read
-
-         uint32_t evtErr;             //#Events with Errors
-         uint32_t evtSkp;             //#Events incomplete (timeout)
-
-
-         uint32_t procTot;            //#Events processed
-         uint32_t procErr;            //#Events showed problem in processing
-         uint32_t procTrg;            //#Events accepted by SW trigger
-         uint32_t procSkp;            //#Events rejected by SW trigger
-
-         uint32_t feedTot;            //#Events used for feedBack system
-         uint32_t feedErr;            //#Events rejected by feedBack
-
-         uint32_t wrtTot;             //#Events written to disk
-         uint32_t wrtErr;             //#Events with write-error
-
-         uint32_t runOpen;            //#Runs opened
-         uint32_t runClose;           //#Runs closed
-         uint32_t runErr;             //#Runs with open/close errors
-
-
-         //info about current connection status
-         uint8_t  numConn[NBOARDS] ;  //#Sockets succesfully open per board
-         */
-    }
+    }*/
 
     void handleFadFileFormat(const DimData &d)
@@ -3107,6 +3073,6 @@
             return PostInfoHandler(&FactGui::handleFadStatistics1);
 
-        if (getInfo()==&fDimFadStatistics2)
-            return PostInfoHandler(&FactGui::handleFadStatistics2);
+        //if (getInfo()==&fDimFadStatistics2)
+        //    return PostInfoHandler(&FactGui::handleFadStatistics2);
 
         if (getInfo()==&fDimFadFileFormat)
@@ -3769,5 +3735,5 @@
         fDimFadStatus          ("FAD_CONTROL/STATUS",             (void*)NULL, 0, this),
         fDimFadStatistics1     ("FAD_CONTROL/STATISTICS1",        (void*)NULL, 0, this),
-        fDimFadStatistics2     ("FAD_CONTROL/STATISTICS2",        (void*)NULL, 0, this),
+        //fDimFadStatistics2     ("FAD_CONTROL/STATISTICS2",        (void*)NULL, 0, this),
         fDimFadFileFormat      ("FAD_CONTROL/FILE_FORMAT",        (void*)NULL, 0, this),
         //-
