summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.nl>2014-05-20 11:22:03 +0200
committerQball Cow <qball@gmpclient.nl>2014-05-20 11:22:03 +0200
commit6d308cefd84c2897fddb872d214e1dbfcace96d7 (patch)
tree5a54a8445f9e0b39103a655058cb58332125c760 /include/rofi.h
parent85172743eec65e83f98ccd079bb9f0876678080e (diff)
Remove value from config struct.
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/rofi.h b/include/rofi.h
index 380e0965..a699c44a 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -10,9 +10,6 @@
#define INTERSECT( x, y, w, h, x1, y1, w1, h1 ) ( OVERLAP ( ( x ), ( w ), ( x1 ), ( w1 ) ) && OVERLAP ( ( y ), ( h ), ( y1 ), ( h1 ) ) )
extern const char *cache_dir;
-#ifdef HAVE_I3_IPC_H
-extern char *i3_socket_path;
-#endif
typedef enum
{
@@ -83,9 +80,7 @@ typedef struct _Settings
// Behavior
unsigned int zeltak_mode;
char * terminal_emulator;
-#ifdef HAVE_I3_IPC_H
- unsigned int i3_mode;
-#endif
+
// Key bindings
char * window_key;
char * run_key;