aboutsummaryrefslogtreecommitdiffstats
path: root/ofxMaxim/ofxMaximExampleVS2010-OF0072/src/main.cpp
diff options
context:
space:
mode:
authormick grierson <mickgrierson@gmail.com>2015-06-29 16:01:29 +0100
committermick grierson <mickgrierson@gmail.com>2015-06-29 16:01:29 +0100
commitbc8d2ebccb48531c7d32d63c608561e495cbd7a3 (patch)
tree19c21a5cd23427126c7639697c705dada452a308 /ofxMaxim/ofxMaximExampleVS2010-OF0072/src/main.cpp
parentb86dfa8f6f99713ee4605c30ebb1a58309aaeb8a (diff)
updating examples
Diffstat (limited to 'ofxMaxim/ofxMaximExampleVS2010-OF0072/src/main.cpp')
-rw-r--r--ofxMaxim/ofxMaximExampleVS2010-OF0072/src/main.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/ofxMaxim/ofxMaximExampleVS2010-OF0072/src/main.cpp b/ofxMaxim/ofxMaximExampleVS2010-OF0072/src/main.cpp
deleted file mode 100644
index 872a5b5..0000000
--- a/ofxMaxim/ofxMaximExampleVS2010-OF0072/src/main.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "testApp.h"
-#include "ofAppGlutWindow.h"
-
-//--------------------------------------------------------------
-int main(){
- ofAppGlutWindow window; // create a window
- // set width, height, mode (OF_WINDOW or OF_FULLSCREEN)
- ofSetupOpenGL(&window, 1024, 768, OF_WINDOW);
- ofRunApp(new testApp()); // start the app
-}