1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Haiku: remove unneeded code

This commit is contained in:
Kostadin Damyanov
2015-08-12 21:40:45 +03:00
parent cdf1ac7d58
commit f48ce8901a

View File

@@ -94,13 +94,9 @@ void HaikuDirectWindow::DispatchMessage(BMessage* message, BHandler* handler) {
case B_WINDOW_RESIZED:
HandleWindowResized(message);
//view->UnlockGL();
//BDirectWindow::DispatchMessage(message, handler);
//view->LockGL();
break;
case LOCKGL_MSG:
ERR_PRINT("LOCKGL");
view->LockGL();
break;