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

    r11054 r11057  
    3535
    3636#include "core/CoreIncludes.h"
    37 #include "core/XMLPort.h"
    3837#include "JumpFigure.h"
    3938
     
    5352    }
    5453
    55     //xml port for loading sounds
    56     void JumpPlatformStatic::XMLPort(Element& xmlelement, XMLPort::Mode mode)
    57     {
    58         SUPER(JumpPlatformStatic, XMLPort, xmlelement, mode);
    59     }
    60 
    6154    void JumpPlatformStatic::tick(float dt)
    6255    {
Note: See TracChangeset for help on using the changeset viewer.