]> git.tdb.fi Git - libs/gui.git/commitdiff
Remove an unused global variable
authorMikko Rasa <tdb@tdb.fi>
Thu, 17 Oct 2013 07:43:46 +0000 (10:43 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 17 Oct 2013 07:43:46 +0000 (10:43 +0300)
It was a remnant from an early stage of developing the window close
handling.  The design in which it was used was discarded, but this
variable went unnoticed.

source/graphics/cocoa/cocoawindow.m

index cbf67222d7b91a60371a9180686220e52a997a2b..5b63e8c678e10daed993f181f82207dfd3a3186b 100644 (file)
@@ -18,7 +18,6 @@ struct _CocoaWindow
 };
 
 CFMutableDictionaryRef windows = NULL;
 };
 
 CFMutableDictionaryRef windows = NULL;
-CFMutableArrayRef event_queue = NULL;
 
 CocoaWindow *create_window(CocoaDisplay *display, unsigned width, unsigned height, bool fullscreen, bool resizable)
 {
 
 CocoaWindow *create_window(CocoaDisplay *display, unsigned width, unsigned height, bool fullscreen, bool resizable)
 {