Browse Source

Removed redundant constructor

Ithai Levi 12 years ago
parent
commit
51a591e9f8
1 changed files with 0 additions and 4 deletions
  1. 0 4
      gameplay/src/PlatformLinux.cpp

+ 0 - 4
gameplay/src/PlatformLinux.cpp

@@ -550,10 +550,6 @@ extern void print(const char* format, ...)
         return strcasecmp(s1, s2);
     }
 
-    Platform::Platform(Game* game) : _game(game)
-    {
-    }
-
 Platform::Platform(Game* game) : _game(game)
 {
 }