summaryrefslogtreecommitdiff
path: root/src/platforms
diff options
context:
space:
mode:
Diffstat (limited to 'src/platforms')
-rw-r--r--src/platforms/core_desktop_glfw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/platforms/core_desktop_glfw.c b/src/platforms/core_desktop_glfw.c
index 8d9f01c..3bb7c03 100644
--- a/src/platforms/core_desktop_glfw.c
+++ b/src/platforms/core_desktop_glfw.c
@@ -99,7 +99,6 @@ int lcoreGetKeyScancode( lua_State* L ) {
Called when the window is resized. Type GLFW_WINDOW_SIZE_EVENT
*/
static void windowSizeEvent( GLFWwindow* window, int width, int height ) {
-// GLFWwindowsizefun windowSizeEvent( GLFWwindow* window, int width, int height ) {
/* Pass through to raylib callback. */
state->raylibWindowSizeCallback( window, width, height );