summaryrefslogtreecommitdiffstats
path: root/app/config.tests/libhomescreen/libhomescreen.cpp
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-04-15 19:28:57 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2018-04-15 19:34:20 -0700
commitceaba63e706c2643480f4872f484a38c2183acda (patch)
tree42f5f4c2df9a7f8348f9830451b8c81b8adce80a /app/config.tests/libhomescreen/libhomescreen.cpp
parent5d2bb8dd6c20c74d66b320f407dd6221592ee25a (diff)
settings: remove build artifacts
Remove several files that were added by accident from build environment Change-Id: I394b2d308afdcfc68c378af227691b4fe3f7947e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/config.tests/libhomescreen/libhomescreen.cpp')
-rw-r--r--app/config.tests/libhomescreen/libhomescreen.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/config.tests/libhomescreen/libhomescreen.cpp b/app/config.tests/libhomescreen/libhomescreen.cpp
deleted file mode 100644
index d698b05..0000000
--- a/app/config.tests/libhomescreen/libhomescreen.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <libhomescreen.hpp>
-
-int main(int argc,char **argv)
-{
- LibHomeScreen libHomeScreen;
- return 0;
-}
-