summaryrefslogtreecommitdiffstats
path: root/include/settings.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-09 07:37:48 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-09 07:37:48 +0100
commite7b18d3a88ba754738919883cf70f498654432ee (patch)
tree444c22e8a6e7ce376927728ff048a8be3e471306 /include/settings.h
parent0a8148a95a95b45cc17e4617fb209d8a99172ea0 (diff)
Issue: #334: Only allow markup-rows to be set on cmdline
This should avoid people setting this in XResrouces and breaking random dmenu scripts.
Diffstat (limited to 'include/settings.h')
-rw-r--r--include/settings.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/settings.h b/include/settings.h
index fb68a713..a6e3eddf 100644
--- a/include/settings.h
+++ b/include/settings.h
@@ -140,8 +140,6 @@ typedef struct _Settings
char *separator_style;
/** hide scrollbar */
unsigned int hide_scrollbar;
- /** show markup in elements. */
- unsigned int markup_rows;
/** fullscreen */
unsigned int fullscreen;
/** bg image */