Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 10, 2016, 7:50:23 PM (8 years ago)
Author:
landauf
Message:

removed empty XMLPort functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cpp11_v3/src/orxonox/controllers/DivisionController.cc

    r11052 r11057  
    5555        this->actionpoints_.clear();
    5656    }
    57 
    58     void DivisionController::XMLPort(Element& xmlelement, XMLPort::Mode mode)
    59     {
    60         SUPER(DivisionController, XMLPort, xmlelement, mode);
    61        
    62     }
    6357    void DivisionController::tick(float dt)
    6458    {   
Note: See TracChangeset for help on using the changeset viewer.