summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-03-17 19:28:11 +0100
committerQC <qball@gmpclient.org>2014-03-17 19:28:11 +0100
commit7e12aeb5975f8e1ecb191eb770a86e281463e8af (patch)
tree824918f5696ac27e8bb54a6e437c94b71b1b8eeb /include
parentfd94b3b0025f13492c899490816694e26dc968c0 (diff)
Remove profile.
Diffstat (limited to 'include')
-rw-r--r--include/profile-dialog.h10
-rw-r--r--include/rofi.h3
2 files changed, 0 insertions, 13 deletions
diff --git a/include/profile-dialog.h b/include/profile-dialog.h
deleted file mode 100644
index 5a965651..00000000
--- a/include/profile-dialog.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __PROFILE_DIALOG_H__
-#define __PROFILE_DIALOG_H__
-#ifdef __QC_MODE__
-
-
-
-SwitcherMode profile_switcher_dialog ( char **input );
-
-#endif //__QC_MODE__
-#endif
diff --git a/include/rofi.h b/include/rofi.h
index 74d4fe7d..e1839879 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -18,9 +18,6 @@ typedef enum {
WINDOW_SWITCHER,
RUN_DIALOG,
SSH_DIALOG,
-#ifdef __QC_MODE__
- PROFILE_DIALOG,
-#endif
NUM_DIALOGS,
DMENU_DIALOG,
MODE_EXIT,