Index: trunk/MagicSoft/Mars/mhist/MHStarMap.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHStarMap.cc	(revision 3369)
+++ trunk/MagicSoft/Mars/mhist/MHStarMap.cc	(revision 3370)
@@ -185,7 +185,4 @@
     }
 
-    fSinLat = TMath::Sin(obs->GetPhi());
-    fCosLat = TMath::Cos(obs->GetPhi());
-
     return kTRUE;
 }
@@ -242,8 +239,4 @@
     //   - and perform a rotation to compensate the rotation of the
     //     sky image in the camera
-
-    const Double_t theta = fMcEvt->GetTelescopeTheta();
-    const Double_t phi   = fMcEvt->GetTelescopePhi();
-
     Double_t cosal;
     Double_t sinal;
