]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing self-assignments
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 9 Sep 2011 13:42:00 +0000 (13:42 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 9 Sep 2011 13:42:00 +0000 (13:42 +0000)
STEER/CDB/AliBaseCalibViewerGUI.cxx
STEER/CDB/AliCalibViewerGUItime.cxx

index b1da6478969c80d5a49a77bbedd7afe1edcd2f6d..bc72b6638d6627c5c5c258e813a90e505f9794a1 100644 (file)
@@ -162,7 +162,7 @@ AliBaseCalibViewerGUI::AliBaseCalibViewerGUI(const TGWindow *p, UInt_t w, UInt_t
 }
 
 //________________________________________________________________________________________
-void AliBaseCalibViewerGUI::DrawGUI(const TGWindow *p, UInt_t w, UInt_t h) {
+void AliBaseCalibViewerGUI::DrawGUI(const TGWindow */*p*/, UInt_t w, UInt_t h) {
    // 
    // draw the GUI
    // 
@@ -171,7 +171,6 @@ void AliBaseCalibViewerGUI::DrawGUI(const TGWindow *p, UInt_t w, UInt_t h) {
    // ======================================================================
    
    SetCleanup(kDeepCleanup);
-   p = p; // to avoid compiler warnings
 
    // *****************************************************************************
    // ************************* content of this MainFrame *************************
index c53f9d73efde191a64b3fab49b73fa327629e618..b1c2f7898988c3ca3b3177201d9ac28647ed5b2e 100644 (file)
@@ -586,12 +586,11 @@ void AliCalibViewerGUItime::CheckDrawGraph()
 }
 
 //______________________________________________________________________________
-void AliCalibViewerGUItime::Reload(Int_t first)
+void AliCalibViewerGUItime::Reload(Int_t /*first*/)
 {
   //
   // reload the gui contents, this is needed after the input tree has changed
   //
-  first = first;
   if ( !fTree ) {
     return;
   }