summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-09-07 19:10:44 +0200
committerDave Davenport <qball@gmpclient.org>2015-09-07 19:10:44 +0200
commitae26c13daf276f464a589cb50a95e8d3cd59a381 (patch)
tree87fb232613739bdcd9ae9469e11d3a25f8cc1ff6 /include/rofi.h
parent092a2c5037da96ecad26de31947a3c2ca7934c19 (diff)
Allow switchers to run multiple times.
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/rofi.h b/include/rofi.h
index 0a367623..bab5478f 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -260,8 +260,6 @@ struct _Switcher
{
// Name (max 31 char long)
char name[32];
- // Textbox used in the sidebar-mode.
- textbox *tb;
// Keybindings (keysym and modmask)
char * keycfg;
char * keystr;