Index: trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc	(revision 5640)
+++ trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc	(revision 5641)
@@ -131,6 +131,4 @@
   // to skip this run.
   //
-  const UShort_t runtype = header->GetRunType();
-
   if (header->GetRunType() == MRawRunHeader::kRTPedestal)
     {
@@ -295,12 +293,4 @@
     }
   
-  if (num>44900)
-    {
-      *fLog << inf << "Assumed 10Led UV..." << endl;
-      fPattern |= k10LedUV;
-      fIsValid  = kTRUE;
-      return kTRUE;
-    }
-
   if (color!=kNONE)
     {
@@ -310,4 +300,5 @@
         case kGREEN: *fLog << "Green."; fPattern |= k5LedGreen; break;
         case kBLUE:  *fLog << "Blue.";  fPattern |= k5LedBlue1; break;
+        case kUV:    *fLog << "UV.";    fPattern |= k10LedUV; break;
         }
       *fLog << endl;
