summaryrefslogtreecommitdiff
path: root/old/src/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'old/src/main.cc')
-rw-r--r--old/src/main.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/old/src/main.cc b/old/src/main.cc
deleted file mode 100644
index 7bca331..0000000
--- a/old/src/main.cc
+++ /dev/null
@@ -1,6 +0,0 @@
-# include <fcntl.h>
-# include <luma/main.hh>
-# include <unistd.h>
-int main(int const argc,char const * * argv) {
- luma::app_t app(argc,argv);
-}