Changeset 15445 for trunk/Mars


Ignore:
Timestamp:
04/26/13 16:37:08 (11 years ago)
Author:
tbretz
Message:
Removed some unused parameters from member functions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mastro/MAstroCatalog.h

    r9292 r15445  
    157157
    158158    // TObject
    159     void Delete(Option_t *o="") { fList.Delete(); fMapG.Delete(); } // Delete list of stars
    160     void Print(Option_t *o="") const { fList.Print(); } // Print all stars
    161     void Draw(Option_t *o="");
     159    void Delete(Option_t * = "") { fList.Delete(); fMapG.Delete(); } // Delete list of stars
     160    void Print(Option_t * = "") const { fList.Print(); } // Print all stars
     161    void Draw(Option_t * = "");
    162162    void SetDrawOption(Option_t *option="")
    163163    {
Note: See TracChangeset for help on using the changeset viewer.