]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/cocoa/cocoawindow.m
Remove an unused global variable
[libs/gui.git] / source / graphics / cocoa / cocoawindow.m
index cbf67222d7b91a60371a9180686220e52a997a2b..5b63e8c678e10daed993f181f82207dfd3a3186b 100644 (file)
@@ -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)
 {