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