summaryrefslogtreecommitdiff
path: root/liveengineUnmapped/ofxSVGTiny/example/src/main.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-04-26 18:20:21 +0100
committerTim Redfern <tim@eclectronics.org>2014-04-26 18:20:21 +0100
commit6f74f80e4c116c61b4734ffbae86aff881daaf5b (patch)
treec0044aa2efefd53711cba63ed91860e265831703 /liveengineUnmapped/ofxSVGTiny/example/src/main.cpp
parentba9af7648a79b54836019ca792e40e81ca863c86 (diff)
started GLFW version
Diffstat (limited to 'liveengineUnmapped/ofxSVGTiny/example/src/main.cpp')
-rw-r--r--liveengineUnmapped/ofxSVGTiny/example/src/main.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/liveengineUnmapped/ofxSVGTiny/example/src/main.cpp b/liveengineUnmapped/ofxSVGTiny/example/src/main.cpp
deleted file mode 100644
index 6a32c6a..0000000
--- a/liveengineUnmapped/ofxSVGTiny/example/src/main.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-#include "ofMain.h"
-#include "testApp.h"
-#include "ofAppGlutWindow.h"
-
-//========================================================================
-int main( ){
-
- ofAppGlutWindow window;
- ofSetupOpenGL(&window, 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 testApp());
-
-}