From 9c5745de58e26321f939fd84c1c0f8a5a6cb2601 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Thu, 17 Oct 2013 10:43:46 +0300 Subject: [PATCH] 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. --- source/graphics/cocoa/cocoawindow.m | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.43.0