diff options
Diffstat (limited to 'tools/platform/gui.cpp')
| -rw-r--r-- | tools/platform/gui.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/platform/gui.cpp b/tools/platform/gui.cpp index 5c210f460..f2f9561d5 100644 --- a/tools/platform/gui.cpp +++ b/tools/platform/gui.cpp @@ -34,7 +34,6 @@ LRESULT CALLBACK guiWindowProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam return handled; } -void setNativeWindowHook(Window* window, WNDPROC proc); #endif @@ -51,8 +50,6 @@ GUI::GUI( #ifdef _WIN32 ImGui_ImplWin32_Init((HWND)window->getNativeHandle().handleValues[0]); - - setNativeWindowHook(window, &guiWindowProc); #endif // Let's do the initialization work required for our graphics API |
