Merge single-use function _glfwFreeMonitors

All other uses were elminiated by _glfwInputMonitor.
This commit is contained in:
Camilla Löwy
2017-01-10 15:01:55 +01:00
parent f29c963030
commit 48a795c101
3 changed files with 3 additions and 17 deletions
-4
View File
@@ -1065,10 +1065,6 @@ _GLFWmonitor* _glfwAllocMonitor(const char* name, int widthMM, int heightMM);
*/
void _glfwFreeMonitor(_GLFWmonitor* monitor);
/*! @ingroup utility
*/
void _glfwFreeMonitors(_GLFWmonitor** monitors, int count);
/*! @ingroup utility
*/
GLFWbool _glfwIsPrintable(int key);