summaryrefslogtreecommitdiffstats
path: root/source/helper.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-28 18:33:01 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-28 18:33:01 +0100
commit131b8eaaea37da0675f798978e48b38d0f4df09e (patch)
tree6bcda1c8042e6e65d350a854d144846af5df5f03 /source/helper.c
parentcc5db086bf228e45487968dc352df1557f5e542b (diff)
Remove dead code
Diffstat (limited to 'source/helper.c')
-rw-r--r--source/helper.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/helper.c b/source/helper.c
index bcec3f36..5665928a 100644
--- a/source/helper.c
+++ b/source/helper.c
@@ -544,14 +544,6 @@ int config_sanity_check ( xcb_connection_t* xcb_connection )
config.location = WL_CENTER;
found_error = 1;
}
- if ( 0 ) {
- if ( !( config.line_margin <= 50 ) ) {
- g_string_append_printf ( msg, "\t<b>config.line_margin</b>=%d is invalid. Value should be between %d and %d.\n",
- config.line_margin, 0, 50 );
- config.line_margin = 2;
- found_error = 1;
- }
- }
if ( config.fullscreen && config.monitor != -1 ) {
g_string_append_printf ( msg,
"\t<b>config.monitor</b>=%d is invalid. Value should be unset (-1) when fullscreen mode is enabled.\n",