From 860dba1aff9b4ba2f967741bb93b709dd65ad8c0 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Sun, 25 Nov 2012 11:34:57 +0100 Subject: [PATCH] Support fullscreen on Mac OS X Closes #27 --- ogl_editor/src/macosx/delegate.m | 1 - 1 file changed, 1 deletion(-) diff --git a/ogl_editor/src/macosx/delegate.m b/ogl_editor/src/macosx/delegate.m index 9158b94..667c4a7 100644 --- a/ogl_editor/src/macosx/delegate.m +++ b/ogl_editor/src/macosx/delegate.m @@ -1,4 +1,3 @@ - #import "delegate.h" #include "../Editor.h" #include "../RemoteConnection.h"