From: Mikko Rasa Date: Thu, 17 Oct 2013 07:43:46 +0000 (+0300) Subject: Remove an unused global variable X-Git-Url: http://git.tdb.fi/?p=libs%2Fgui.git;a=commitdiff_plain;h=9c5745de58e26321f939fd84c1c0f8a5a6cb2601;ds=sidebyside Remove an unused global variable 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. --- diff --git a/source/graphics/cocoa/cocoawindow.m b/source/graphics/cocoa/cocoawindow.m index cbf6722..5b63e8c 100644 --- a/source/graphics/cocoa/cocoawindow.m +++ b/source/graphics/cocoa/cocoawindow.m @@ -18,7 +18,6 @@ struct _CocoaWindow }; CFMutableDictionaryRef windows = NULL; -CFMutableArrayRef event_queue = NULL; CocoaWindow *create_window(CocoaDisplay *display, unsigned width, unsigned height, bool fullscreen, bool resizable) {