From: Dana Jansens Date: Wed, 2 Oct 2002 07:44:47 +0000 (+0000) Subject: get rid of the matrix shit in here. its never used anywys and fucks up compilig on... X-Git-Tag: openbox-2_1_2^3~3 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=4f959974ef07e9188b2405f26c7033acb3ceffac;p=dana%2Fopenbox.git get rid of the matrix shit in here. its never used anywys and fucks up compilig on some distros --- diff --git a/util/xftlsfonts.cc b/util/xftlsfonts.cc index d02758e2..3ead8ce6 100644 --- a/util/xftlsfonts.cc +++ b/util/xftlsfonts.cc @@ -127,15 +127,6 @@ int main(int argc, char **argv) { case XftTypeBool: cout << val.u.b; break; - -#ifdef XFT_UTF8 - case XftTypeMatrix: - cout << "xx(" << val.u.m->xx << ") "; - cout << "xy(" << val.u.m->xy << ") "; - cout << "yx(" << val.u.m->yx << ") "; - cout << "yy(" << val.u.m->yy << ")"; - break; -#endif } } while ((vallist = vallist->next)); cout << endl;