From 1792f08dbd55415246589a63d1a0d91d46c73434 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 4 Oct 2010 22:16:42 +0200 Subject: [PATCH] Removed misplaced comment header. --- src/x11/x11_window.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/x11/x11_window.c b/src/x11/x11_window.c index 5c7cefba..ae36aa27 100644 --- a/src/x11/x11_window.c +++ b/src/x11/x11_window.c @@ -45,10 +45,6 @@ #define Button6 6 #define Button7 7 -////////////////////////////////////////////////////////////////////////// -////// GLFW internal API ////// -////////////////////////////////////////////////////////////////////////// - //======================================================================== // Checks whether the event is a MapNotify for the specified window //========================================================================