summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.org>2014-01-31 13:57:49 +0100
committerQball Cow <qball@gmpclient.org>2014-01-31 13:57:49 +0100
commit8edac70eaefb05ea60bad2bf66d7a677936b6750 (patch)
treef7945ff8b39208260fbfcb122b80aad97b6cade3 /include
parent1fc03ce9089ced01ea2aa02a5d23cc439ab0ea9c (diff)
Remove json.
Diffstat (limited to 'include')
-rw-r--r--include/json-dialog.h8
-rw-r--r--include/simpleswitcher.h1
2 files changed, 0 insertions, 9 deletions
diff --git a/include/json-dialog.h b/include/json-dialog.h
deleted file mode 100644
index 21aa52c7..00000000
--- a/include/json-dialog.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef __JSON_DIALOG_H__
-#define __JSON_DIALOG_H__
-
-extern char *json_input_file;
-
-SwitcherMode json_switcher_dialog ( char **input );
-
-#endif
diff --git a/include/simpleswitcher.h b/include/simpleswitcher.h
index 7775ec0e..d4653428 100644
--- a/include/simpleswitcher.h
+++ b/include/simpleswitcher.h
@@ -25,7 +25,6 @@ typedef enum {
PROFILE_DIALOG,
#endif
NUM_DIALOGS,
- JSON_DIALOG,
DMENU_DIALOG,
MODE_EXIT,
NEXT_DIALOG