Remove dead legacy GLFW retained state
This commit is contained in:
@@ -64,7 +64,6 @@ int main(int argc, char** args)
|
||||
printf("could not create window\n");
|
||||
return 1;
|
||||
}
|
||||
pp::platform::legacy::set_legacy_glfw_window(wnd);
|
||||
pp::platform::linux_desktop::set_fps_title_callback([wnd](std::string title) {
|
||||
glfwSetWindowTitle(wnd, title.c_str());
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user