From 4f959974ef07e9188b2405f26c7033acb3ceffac Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 2 Oct 2002 07:44:47 +0000 Subject: [PATCH] get rid of the matrix shit in here. its never used anywys and fucks up compilig on some distros --- util/xftlsfonts.cc | 9 --------- 1 file changed, 9 deletions(-) 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; -- 2.34.1