summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-02-03 22:28:04 +0100
committerQC <qball@gmpclient.org>2014-02-03 22:28:04 +0100
commit2bfc2fff4bc978e617d49cf2edb7b623af5ee580 (patch)
tree74abc1a485ade69a4283fe000fc505b207bf596b /include
parentc71e0313a9ab152465269cad1f226f68569f94c6 (diff)
Remove mark dialog.
Diffstat (limited to 'include')
-rw-r--r--include/mark-dialog.h10
-rw-r--r--include/simpleswitcher.h3
2 files changed, 0 insertions, 13 deletions
diff --git a/include/mark-dialog.h b/include/mark-dialog.h
deleted file mode 100644
index 84227436..00000000
--- a/include/mark-dialog.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __MARK_DIALOG_H__
-#define __MARK_DIALOG_H__
-#ifdef I3
-
-
-
-SwitcherMode mark_switcher_dialog ( char **input );
-
-#endif
-#endif
diff --git a/include/simpleswitcher.h b/include/simpleswitcher.h
index 3b33a6f7..fc9ec124 100644
--- a/include/simpleswitcher.h
+++ b/include/simpleswitcher.h
@@ -18,9 +18,6 @@ typedef enum {
WINDOW_SWITCHER,
RUN_DIALOG,
SSH_DIALOG,
-#ifdef I3
- MARK_DIALOG,
-#endif
#ifdef __QC_MODE__
PROFILE_DIALOG,
#endif