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 <christophe.cu...@free.fr> --- WPrefs.app/WPrefs.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/WPrefs.app/WPrefs.c b/WPrefs.app/WPrefs.c index c3274ee..02b06d0 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 { -- 2.1.3 -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.