Removed platform-specific resources from monitor.

This commit is contained in:
Camilla Berglund
2013-02-20 15:44:37 +01:00
parent 719b60dd2b
commit a591cdeba6
6 changed files with 3 additions and 21 deletions
-4
View File
@@ -258,10 +258,6 @@ _GLFWmonitor** _glfwPlatformGetMonitors(int* count)
return monitors;
}
void _glfwPlatformDestroyMonitor(_GLFWmonitor* monitor)
{
}
GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* found)
{
CFArrayRef modes;