[turbine] Remove dead code
This commit is contained in:
parent
def994f406
commit
40a3c28fbf
@ -9,8 +9,6 @@
|
||||
#include <imgui_impl_opengl3.h>
|
||||
#endif
|
||||
|
||||
#include <ox/std/defines.hpp>
|
||||
|
||||
#include "context.hpp"
|
||||
|
||||
namespace turbine {
|
||||
@ -65,16 +63,6 @@ static void handleKeyPress(Context &ctx, int key, bool down) noexcept {
|
||||
if (eventHandler) {
|
||||
eventHandler(ctx, k, down);
|
||||
}
|
||||
//if constexpr(ox::defines::Debug) {
|
||||
// switch (key) {
|
||||
// case GLFW_KEY_ESCAPE:
|
||||
// case GLFW_KEY_Q:
|
||||
// oxIgnoreError(requestShutdown(ctx));
|
||||
// break;
|
||||
// default:
|
||||
// break;
|
||||
// }
|
||||
//}
|
||||
}
|
||||
|
||||
static void handleGlfwCursorPosEvent(GLFWwindow*, double, double) noexcept {
|
||||
|
Loading…
Reference in New Issue
Block a user