From 60341ac292bb9ba6f1d33632f8fd8e767c6a99d4 Mon Sep 17 00:00:00 2001 From: mick grierson Date: Tue, 27 Oct 2015 17:05:12 +0000 Subject: clean up --- .../openFrameworksExamples/OSX/emptyExample/src/main.cpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 ofxMaxim/openFrameworksExamples/OSX/emptyExample/src/main.cpp (limited to 'ofxMaxim/openFrameworksExamples/OSX/emptyExample/src/main.cpp') diff --git a/ofxMaxim/openFrameworksExamples/OSX/emptyExample/src/main.cpp b/ofxMaxim/openFrameworksExamples/OSX/emptyExample/src/main.cpp deleted file mode 100644 index 8bce185..0000000 --- a/ofxMaxim/openFrameworksExamples/OSX/emptyExample/src/main.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#include "ofMain.h" -#include "ofApp.h" - -//======================================================================== -int main( ){ - - ofSetupOpenGL(1024,768, OF_WINDOW); // <-------- setup the GL context - - // this kicks off the running of my app - // can be OF_WINDOW or OF_FULLSCREEN - // pass in width and height too: - ofRunApp( new ofApp()); - -} -- cgit v1.3