Magic Blocks. (DrawingContext::get_light is not working yet.)
[supertux.git] / src / object / platform.hpp
index f5e1d24..74cd704 100644 (file)
@@ -61,7 +61,6 @@ public:
   }
 
 private:
-  std::string name; /**< user-defined name for use in scripts or empty string if not scriptable */
   std::auto_ptr<Path> path;
   std::auto_ptr<PathWalker> walker;
   Vector speed;
@@ -69,4 +68,3 @@ private:
 };
 
 #endif
-