get rid of the matrix shit in here. its never used anywys and fucks up compilig on...
authorDana Jansens <danakj@orodu.net>
Wed, 2 Oct 2002 07:44:47 +0000 (07:44 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 2 Oct 2002 07:44:47 +0000 (07:44 +0000)
util/xftlsfonts.cc

index d02758e28b5dfbc21012c5d42217e91785ac98c5..3ead8ce684e61b8d7c8f0af9b243bbf7efd344a0 100644 (file)
@@ -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;