ecere/gui/GuiApplication: Fixed OS X compilation
authorJerome St-Louis <jerome@ecere.com>
Mon, 12 Sep 2016 19:48:30 +0000 (15:48 -0400)
committerJerome St-Louis <jerome@ecere.com>
Mon, 12 Sep 2016 19:48:30 +0000 (15:48 -0400)
- Was still importing CocoaInterface, not included in build

ecere/src/gui/GuiApplication.ec

index 4f79ecf..e2a483a 100644 (file)
@@ -85,7 +85,7 @@ import "network"
 #endif
 
 #if defined(__APPLE__) && !defined(ECERE_VANILLA)
-import "CocoaInterface"
+// import "CocoaInterface"
 #endif
 
 #if (defined(__unix__) || defined(__APPLE__)) && !defined(__ANDROID__) && !defined(__EMSCRIPTEN__)