summaryrefslogtreecommitdiffstats
path: root/include/view-internal.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-05-28 17:34:53 +0200
committerDave Davenport <qball@gmpclient.org>2017-05-28 17:34:53 +0200
commitfff06fc88046be27394b131c252c95658e43a1c7 (patch)
tree65de0b84f7542ecc2b827899de672ea6dcda114a /include/view-internal.h
parent5e946b8383e425ca3bccb2a3cca51e06df2c6106 (diff)
Don't keep pointer to inputbar/main_box
Diffstat (limited to 'include/view-internal.h')
-rw-r--r--include/view-internal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/view-internal.h b/include/view-internal.h
index edf0f63a..1dd8ebfb 100644
--- a/include/view-internal.h
+++ b/include/view-internal.h
@@ -52,10 +52,6 @@ struct RofiViewState
int refilter;
/** Widget representing the main container. */
box *main_window;
- /** Main #box widget holding different elements. */
- box *main_box;
- /** #box widget packing the input bar widgets. */
- box *input_bar;
/** #textbox showing the prompt in the input bar. */
textbox *prompt;
/** #textbox with the user input in the input bar. */