This commit is contained in:
Camilla Berglund
2013-04-16 23:19:58 +02:00
parent 7b7ef1e07b
commit 1ffd8f667f
5 changed files with 13 additions and 32 deletions
-2
View File
@@ -794,8 +794,6 @@ void _glfwPlatformDestroyWindow(_GLFWwindow* window)
[window->ns.object close];
window->ns.object = nil;
// TODO: Probably more cleanup
}
void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char *title)