summaryrefslogtreecommitdiffstats
path: root/dev/texture-demo/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/texture-demo/main.cc')
-rw-r--r--dev/texture-demo/main.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/dev/texture-demo/main.cc b/dev/texture-demo/main.cc
deleted file mode 100644
index 3bbc8b8..0000000
--- a/dev/texture-demo/main.cc
+++ /dev/null
@@ -1,9 +0,0 @@
-/** CSci-4611 In-Class Example */
-
-#include "example.h"
-
-int main(int argc, const char *argv[]) {
- Example app;
- app.Run();
- return 0;
-}