From 131b8eaaea37da0675f798978e48b38d0f4df09e Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sun, 28 Feb 2016 18:33:01 +0100 Subject: Remove dead code --- source/helper.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source/helper.c') 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, "\tconfig.line_margin=%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, "\tconfig.monitor=%d is invalid. Value should be unset (-1) when fullscreen mode is enabled.\n", -- cgit v1.2.3