maintenance: removed deprecated code from train control

This commit is contained in:
tmj-fstate
2017-04-24 14:58:32 +02:00
parent da65fb7fac
commit c4e280f1c0
5 changed files with 2 additions and 1619 deletions

View File

@@ -161,10 +161,6 @@ void key_callback( GLFWwindow *window, int key, int scancode, int action, int mo
default: { break; }
}
}
else if( action == GLFW_RELEASE )
{
World.OnKeyUp( key );
}
}
void focus_callback( GLFWwindow *window, int focus )