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/FightingController.cc

    r11054 r11057  
    2727 */
    2828#include "controllers/FightingController.h"
    29 #include "core/XMLPort.h"
    3029#include "util/Math.h"
    3130
     
    5655    {
    5756       
    58     }
    59     void FightingController::XMLPort( Element& xmlelement, XMLPort::Mode mode )
    60     {
    61         SUPER( FightingController, XMLPort, xmlelement, mode );
    6257    }
    6358    void FightingController::lookAtTarget(float dt)
Note: See TracChangeset for help on using the changeset viewer.