removed outdated comment
[supertux.git] / lib / special / game_object.h
index 1a4175b..cb4bfd7 100644 (file)
@@ -39,7 +39,7 @@ namespace SuperTux
    * Most GameObjects will also implement the DrawableObject interface so that
    * they can actually be drawn on screen.
    */
-  class GameObject // TODO rename this once the game has been converted
+  class GameObject
     {
     public:
       GameObject();