aboutsummaryrefslogtreecommitdiffstats
path: root/ofxMaxim/ofxMaximExample_0.8.4_OSX/src/main.cpp
diff options
context:
space:
mode:
authormick grierson <mickgrierson@gmail.com>2015-06-18 12:41:01 +0200
committermick grierson <mickgrierson@gmail.com>2015-06-18 12:41:01 +0200
commit440498446db27a6883de668ebf407f489c979016 (patch)
treecadce441f5a1310e2bbdf166ebdc46fd08c2d7bf /ofxMaxim/ofxMaximExample_0.8.4_OSX/src/main.cpp
parent00a6fbc5e2fe555f61a7c799d51658f7f5a08848 (diff)
replaced main.cpp with something more interesting
Diffstat (limited to 'ofxMaxim/ofxMaximExample_0.8.4_OSX/src/main.cpp')
-rw-r--r--ofxMaxim/ofxMaximExample_0.8.4_OSX/src/main.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/ofxMaxim/ofxMaximExample_0.8.4_OSX/src/main.cpp b/ofxMaxim/ofxMaximExample_0.8.4_OSX/src/main.cpp
deleted file mode 100644
index a2c9990..0000000
--- a/ofxMaxim/ofxMaximExample_0.8.4_OSX/src/main.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "ofMain.h"
-#include "ofApp.h"
-
-int main(){
- ofSetupOpenGL(1024,768, OF_WINDOW); // <-------- setup the GL context
-
- ofRunApp(new ofApp);
-}