From f9b14d7824be478f70281ccf9935a52a35a2f8b2 Mon Sep 17 00:00:00 2001 From: Christophe CURIS Date: Mon, 8 Dec 2014 22:42:43 +0100 Subject: [PATCH] WPrefs: remove unused constants ICON_TITLE_*FONT Apparently, there was a time when it was though to add a label below (?) the icons of the list of panels, but this has never been finished and the unfinished code to do this was even removed in commit 0e01e6920572b3d3a7a8df2872513144225440a8 So, as it is unlikely that the "feature" will return, and if it did the font should be handled in a better way, this patch removes the definition of the constants with the names for the font used for those labels. Signed-off-by: Christophe CURIS --- WPrefs.app/WPrefs.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/WPrefs.app/WPrefs.c b/WPrefs.app/WPrefs.c index c3274ee3..02b06d0e 100644 --- a/WPrefs.app/WPrefs.c +++ b/WPrefs.app/WPrefs.c @@ -29,9 +29,6 @@ #endif -#define ICON_TITLE_FONT "sans serif:pixelsize=9" -#define ICON_TITLE_VFONT "sans serif:pixelsize=9:weight=100" - #define MAX_SECTIONS 16 typedef struct _WPrefs {