Removed trailing whitespace from all *.?pp files
[supertux.git] / src / supertux / title_screen.hpp
index 69354c1..7df4078 100644 (file)
@@ -34,9 +34,6 @@ class World;
 class TitleScreen : public Screen
 {
 public:
-  static std::string get_level_name(const std::string& levelfile);
-
-public:
   TitleScreen(PlayerStatus* player_status);
   virtual ~TitleScreen();
 
@@ -49,7 +46,7 @@ public:
 
 private:
   void make_tux_jump();
-  
+
 private:
   SurfacePtr frame;
   std::unique_ptr<CodeController> controller;