summaryrefslogtreecommitdiff
path: root/getenv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'getenv.cc')
-rw-r--r--getenv.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/getenv.cc b/getenv.cc
deleted file mode 100644
index d37a35e..0000000
--- a/getenv.cc
+++ /dev/null
@@ -1,5 +0,0 @@
-# include <luma/main.hh>
-# include <unistd.h>
-char const * luma::getenv(char const * envvar) {
- return "wayland";
-}