summaryrefslogtreecommitdiffstats
path: root/include/view-internal.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-05-22 17:47:34 +0200
committerDave Davenport <qball@gmpclient.org>2016-05-22 17:47:34 +0200
commit498fadc735df509ef0a864db1e93d2120d8eb9ee (patch)
tree8d322b8736c615cc0ba51c9b40ad30d3a9668480 /include/view-internal.h
parent8091558ed8234914b398fe288aaccfe9770dac9c (diff)
Remove the is_ascii mess.
Diffstat (limited to 'include/view-internal.h')
-rw-r--r--include/view-internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/view-internal.h b/include/view-internal.h
index 4912da10..43ba6875 100644
--- a/include/view-internal.h
+++ b/include/view-internal.h
@@ -56,7 +56,6 @@ struct RofiViewState
// Return state
unsigned int selected_line;
MenuReturn retv;
- int *lines_not_ascii;
int line_height;
unsigned int border;
workarea mon;