1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-23 02:38:52 -05:00

Removed superfluous comment.

This commit is contained in:
Camilla Berglund 2012-04-15 00:40:50 +02:00
parent 4994acb7e1
commit a7d19ed77e

View File

@ -1287,7 +1287,6 @@ static void processSingleEvent(void)
break; break;
} }
// Was the window destroyed?
case DestroyNotify: case DestroyNotify:
return; return;