Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 5295)
+++ trunk/MagicSoft/Mars/Changelog	(revision 5296)
@@ -22,4 +22,11 @@
  2004/10/20: Markus Gaug
 
+   * msignal/MExtractTimeFastSpline.cc:
+     - fixed a compiler warning: Unused variable
+
+
+
+ 2004/10/20: Markus Gaug
+
    * msignal/MExtractTimeAndChargeSpline.cc
      - fixed a small bug concerning the way the second derivatives are 
@@ -33,4 +40,5 @@
 
 
+
  2004/10/19: Abelardo Moralejo
 
@@ -41,4 +49,6 @@
        serial number when looking for the container in ReInit.
 
+
+
  2004/10/12: Markus Gaug 
 
@@ -48,4 +58,5 @@
 
 
+
  2004/10/12: Abelardo Moralejo
 
@@ -56,4 +67,5 @@
      - Changed names of a few #defines used by the camera simulation 
        code, to make their meanings clearer.
+
 
 
@@ -81,4 +93,5 @@
 
 
+
  2004/10/11: Markus Gaug
 
@@ -95,4 +108,5 @@
      - the combined extractor class sliding window and highest integral
        with pedestal-AB-flag corrected, to be used for the TDAS-extractor
+
 
 
@@ -113,4 +127,5 @@
 
 
+
  2004/10/08: R. DelosReyes
 
@@ -118,4 +133,6 @@
     - changed the name of the Sort() function name by SortRuns() 
       to avoid conflicts with the Sort() function in the MDirIter class.
+
+
 
  2004/10/07: Markus Gaug
@@ -138,7 +155,10 @@
 
 
+
  2004/10/06: Hendrik Bartko
+
   * msignal/cosmics_weights4.dat
     - new weights file using 4 slices for the digital filter
+
 
 
@@ -165,4 +185,5 @@
 
 
+
  2004/10/05: Thomas Bretz
 
@@ -178,4 +199,6 @@
      - added mtrigger
      - added mhflux
+
+
 
  2004/10/05: Markus Meyer and Keiichi Mase
Index: trunk/MagicSoft/Mars/msignal/MExtractTimeFastSpline.cc
===================================================================
--- trunk/MagicSoft/Mars/msignal/MExtractTimeFastSpline.cc	(revision 5295)
+++ trunk/MagicSoft/Mars/msignal/MExtractTimeFastSpline.cc	(revision 5296)
@@ -384,8 +384,8 @@
     }
 
+#if 0
   const Float_t pedes   = ped.GetPedestal();
   const Float_t halfmax = pedes + (abmax - pedes)/2.;
 
-#if 0
   //
   // Now, loop from the maximum bin leftward down in order to find the position of the half maximum.
