Remove dead legacy GLFW retained state

This commit is contained in:
2026-06-17 10:59:10 +02:00
parent 0a7961d8b3
commit 06bfd62546
9 changed files with 33 additions and 53 deletions

View File

@@ -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());
});