summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-01-01 12:16:04 +0100
committerDave Davenport <qball@gmpclient.org>2017-01-01 12:16:04 +0100
commit44534653bf17d4a5b7898fe398b4ccb4e4382bb8 (patch)
tree228adf9b468c00d8058987cf1470a72a4f4aebb0 /include
parent5c547393b8c0e8049f4dee635ea1a5baef6df847 (diff)
Remove border from ViewState
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 9438c22c..f2f000bb 100644
--- a/include/view-internal.h
+++ b/include/view-internal.h
@@ -66,9 +66,6 @@ struct RofiViewState
unsigned int selected_line;
/** The return state of the view */
MenuReturn retv;
- /** Calculated border width */
- unsigned int border;
- Padding pad;
/** Monitor #workarea the view is displayed on */
workarea mon;