blob: adfd02fb0db4b84b012b1724342625f020ed7f8a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- programs/x11perf/do_text.c.orig Wed Feb 19 07:39:37 2003
+++ programs/x11perf/do_text.c Wed Feb 19 07:39:39 2003
@@ -421,14 +421,6 @@
p->font);
return 0;
}
-
- if (aafont->core)
- {
- printf ("FreeType font '%s' not available, benchmark omitted\n",
- p->font);
- XftFontClose (xp->d, aafont);
- return 0;
- }
aadraw = XftDrawCreate (xp->d, xp->w,
DefaultVisual (xp->d, DefaultScreen (xp->d)),
|