summaryrefslogtreecommitdiffstats
path: root/src/local-def.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/local-def.h')
-rw-r--r--src/local-def.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/local-def.h b/src/local-def.h
index 39ae3181..3298322e 100644
--- a/src/local-def.h
+++ b/src/local-def.h
@@ -53,8 +53,6 @@
#define AUDIO_BUFFER "/tmp/buf"
-extern int verbose; // this is the only global variable
-
// prebuild json error are constructed in helper-api.c
typedef enum { AFB_FALSE, AFB_TRUE, AFB_FATAL, AFB_FAIL, AFB_WARNING, AFB_EMPTY, AFB_SUCCESS, AFB_DONE, AFB_UNAUTH} AFB_error;