Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 26, 2011, 4:34:54 PM (13 years ago)
Author:
landauf
Message:

removed some parameter names where the parameter is not actually used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/libraries/util/ScopedSingletonManager.h

    r7401 r8603  
    247247
    248248        //! Destroys the singleton instance - overloaded for OrxonoxClass, calls OrxonoxClass::destroy()
    249         void destroy(OrxonoxClass* ptr)
     249        void destroy(OrxonoxClass*)
    250250        {
    251251            singletonPtr_->destroy();
    252252        }
    253253        //! Destroys the singleton instance - overloaded for void*, calls delete
    254         void destroy(void* ptr)
     254        void destroy(void*)
    255255        {
    256256            delete singletonPtr_;
Note: See TracChangeset for help on using the changeset viewer.