From 0903bfab6f54623e57f7d652bcad3ed8af7fabf6 Mon Sep 17 00:00:00 2001 From: geeksville Date: Wed, 22 Jan 2020 21:28:27 -0800 Subject: [PATCH] remove dead code --- TODO.md | 2 ++ app/src/main/res/layout/activity_main.xml | 33 ----------------------- app/src/main/res/layout/content_main.xml | 20 -------------- 3 files changed, 2 insertions(+), 53 deletions(-) delete mode 100644 app/src/main/res/layout/activity_main.xml delete mode 100644 app/src/main/res/layout/content_main.xml diff --git a/TODO.md b/TODO.md index fd8e8dee..47f435e4 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,8 @@ * test reg reading/writing directly via bt to device * fix bluetooth update +* add broadcasters for use by signal +* make test implementation of server (doesn't use bluetooth) * add real messaging code/protobufs * use https://codelabs.developers.google.com/codelabs/jetpack-compose-basics/#4 to show service state * connect to bluetooth device automatically using minimum power diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml deleted file mode 100644 index e9fa9074..00000000 --- a/app/src/main/res/layout/activity_main.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/content_main.xml b/app/src/main/res/layout/content_main.xml deleted file mode 100644 index 926c02e0..00000000 --- a/app/src/main/res/layout/content_main.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - \ No newline at end of file