Browse Source

Remove old unneeded input code brought back by merge.

Lasse Öörni 9 years ago
parent
commit
858786f9af
1 changed files with 0 additions and 4 deletions
  1. 0 4
      Source/Urho3D/Input/Input.cpp

+ 0 - 4
Source/Urho3D/Input/Input.cpp

@@ -367,10 +367,6 @@ Input::Input(Context* context) :
 
 Input::~Input()
 {
-#ifdef __EMSCRIPTEN__
-    delete emscriptenInput_;
-    emscriptenInput_ = 0;
-#endif
     context_->ReleaseSDL();
 }