summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/menu.c b/menu.c
index cfefff7..be10632 100644
--- a/menu.c
+++ b/menu.c
@@ -20,9 +20,6 @@
#include "setup.h"
#include "txtrecv.h"
-
-#define TXTROOT "/vtx"
-
#define GET_HUNDREDS(x) ( ( (x) - ((x)%256) ) /256 )
#define GET_TENS(x) ( (( (x) - ((x)%16) )%256 ) /16 )
#define GET_ONES(x) ( (x)%16 )