From a44fe5d93555d30e64f3487060848a7077b6ec24 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@monsoon-hp.(none)> Date: Fri, 16 Mar 2012 21:20:22 -0400 Subject: [PATCH] removed unnecessary workaround --- src/s_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/s_main.c b/src/s_main.c index c379e6c98..b84ebb317 100644 --- a/src/s_main.c +++ b/src/s_main.c @@ -199,8 +199,6 @@ void glob_initfromgui(void *dummy, t_symbol *s, int argc, t_atom *argv) /* best is now the host font index for the desired font index i. */ sys_fontlist[i].fi_hostfontsize = atom_getintarg(3 * best + 2, argc, argv); sys_fontlist[i].fi_width = atom_getintarg(3 * best + 3, argc, argv); - /* workaround for the quirky font size 16 */ - if (sys_fontlist[i].fi_fontsize == 16) sys_fontlist[i].fi_width -= 1; sys_fontlist[i].fi_height = atom_getintarg(3 * best + 4, argc, argv); sys_fontlist[i].fi_maxwidth = sys_fontlist[i].fi_width; sys_fontlist[i].fi_maxheight = sys_fontlist[i].fi_height; -- GitLab