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
-2
View File
@@ -180,8 +180,6 @@ void _glfwDestroyMonitor(_GLFWmonitor* monitor)
if (monitor == NULL)
return;
_glfwPlatformDestroyMonitor(monitor);
free(monitor->modes);
free(monitor->name);
free(monitor);