From 03385c3d78c49df0dc9eb46a20b55b6f48af80fa Mon Sep 17 00:00:00 2001 From: Christophe CURIS Date: Mon, 8 Dec 2014 22:42:26 +0100 Subject: [PATCH] WINGs: remove the macro DEFAULT_TITLE because it is not used As pointed by gcc, the macro is not used, that is probably because it is totally ok to never provide a title from X point of view, so there is now reason to fall back to that empty constant. Signed-off-by: Christophe CURIS --- WINGs/wwindow.c | 1 - 1 file changed, 1 deletion(-) diff --git a/WINGs/wwindow.c b/WINGs/wwindow.c index 28844fb9..23badf5b 100644 --- a/WINGs/wwindow.c +++ b/WINGs/wwindow.c @@ -85,7 +85,6 @@ struct W_ViewDelegate _WindowViewDelegate = { #define DEFAULT_WIDTH 400 #define DEFAULT_HEIGHT 180 -#define DEFAULT_TITLE "" static void destroyWindow(_Window * win);