summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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