X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fcocoa%2Fcocoawindow.m;h=5b63e8c678e10daed993f181f82207dfd3a3186b;hb=9c5745de58e26321f939fd84c1c0f8a5a6cb2601;hp=cbf67222d7b91a60371a9180686220e52a997a2b;hpb=b1dbcb05d3ec43654d78e2662ae22162561c8270;p=libs%2Fgui.git 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) {