summaryrefslogtreecommitdiffstats
path: root/include/view-internal.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-01-05 22:07:50 +0100
committerDave Davenport <qball@gmpclient.org>2017-01-05 22:07:50 +0100
commitf2a40499914469e87713642a315267954f5cc547 (patch)
tree8707f5cea4485b20548c45fa90cedc5b7e66a818 /include/view-internal.h
parentfb59be5d72f86e7bfceb8a40efdf417d0385a829 (diff)
Remove separator
Diffstat (limited to 'include/view-internal.h')
-rw-r--r--include/view-internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/view-internal.h b/include/view-internal.h
index 0b7e6e5b..51a1c90d 100644
--- a/include/view-internal.h
+++ b/include/view-internal.h
@@ -3,7 +3,6 @@
#include "widgets/container.h"
#include "widgets/widget.h"
#include "widgets/textbox.h"
-#include "widgets/separator.h"
#include "widgets/listview.h"
#include "widgets/box.h"
#include "keyb.h"
@@ -36,8 +35,6 @@ struct RofiViewState
textbox *text;
/** #textbox showing the state of the case sensitive and sortng. */
textbox *case_indicator;
- /** #separator widget below the input bar. */
- separator *input_bar_separator;
/** #listview holding the displayed elements. */
listview *list_view;