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/modules/jump/JumpPlatformFake.cc

    r11054 r11057  
    3535
    3636#include "core/CoreIncludes.h"
    37 #include "core/XMLPort.h"
    3837
    3938namespace orxonox
     
    5150    }
    5251
    53     void JumpPlatformFake::XMLPort(Element& xmlelement, XMLPort::Mode mode)
    54     {
    55         SUPER(JumpPlatformFake, XMLPort, xmlelement, mode);
    56     }
    57 
    5852    void JumpPlatformFake::tick(float dt)
    5953    {
Note: See TracChangeset for help on using the changeset viewer.