summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2018-06-12 09:46:24 +0200
committerDave Davenport <qball@gmpclient.org>2018-06-12 09:46:24 +0200
commitd4cfb5bb4ba94199871475c3faea015670a53fda (patch)
tree2c254e624933313e37b264fb55c3bfc934331f01 /include
parentc96ebfc2de1fc0fd7f78214dc9bce6996edaeae4 (diff)
Fix crash in error dialog and tests.
Diffstat (limited to 'include')
-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 cb160293..9bf84b5e 100644
--- a/include/view-internal.h
+++ b/include/view-internal.h
@@ -69,9 +69,6 @@ struct RofiViewState
/** #textbox containing the message entry */
textbox *mesg_tb;
-
- icon *cur_icon;
-
/** Array with the levenshtein distance for each eleemnt. */
int *distance;
/** Array with the translation between the filtered and unfiltered list. */