From 4b0838e93a753dfa8718e3e91899eb237af63de8 Mon Sep 17 00:00:00 2001 From: Christophe CURIS Date: Mon, 8 Dec 2014 22:42:28 +0100 Subject: [PATCH] WINGs: remove unused constant DEFAULT_BORDER_WIDTH in wcolorwell As pointed by gcc, this constant is not used anywhere, and it looks like it have always been the case. As there's no reason to specifically add a border to this widget, remove the constant. Signed-off-by: Christophe CURIS --- WINGs/wcolorwell.c | 1 - 1 file changed, 1 deletion(-) diff --git a/WINGs/wcolorwell.c b/WINGs/wcolorwell.c index 595531c4..a5d1a1da 100644 --- a/WINGs/wcolorwell.c +++ b/WINGs/wcolorwell.c @@ -80,7 +80,6 @@ static WMDragDestinationProcs _DragDestinationProcs = { #define DEFAULT_WIDTH 60 #define DEFAULT_HEIGHT 30 -#define DEFAULT_BORDER_WIDTH 6 #define MIN_WIDTH 16 #define MIN_HEIGHT 8