]> code.ossystems Code Review - openembedded-core.git/commitdiff
Remove unused patch
authorRoss Burton <ross@openedhand.com>
Mon, 11 Feb 2008 21:43:00 +0000 (21:43 +0000)
committerRoss Burton <ross@openedhand.com>
Mon, 11 Feb 2008 21:43:00 +0000 (21:43 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3765 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xorg-lib/libxfont/scalable.patch [deleted file]

diff --git a/meta/packages/xorg-lib/libxfont/scalable.patch b/meta/packages/xorg-lib/libxfont/scalable.patch
deleted file mode 100644 (file)
index 7f97b9a..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-Index: fontfile/fontdir.c
-===================================================================
-RCS file: /cvs/xlibs/Xfont/fontfile/fontdir.c,v
-retrieving revision 3.22
-diff -u -r3.22 fontdir.c
---- xfont/fontfile/fontdir.c   7 Jul 2003 16:40:11 -0000       3.22
-+++ xfont/fontfile/fontdir.c   30 Dec 2004 20:37:12 -0000
-@@ -699,6 +699,11 @@
-      */
-     if (isscale)
-     {
-+      /* If the fontname says it is scalable, make sure that the
-+       * renderer supports OpenScalable and GetInfoScalable.
-+       */
-+      if (renderer->OpenScalable && renderer->GetInfoScalable)
-+      {
-       if (vals.values_supplied & SIZE_SPECIFY_MASK)
-       {
-           bzero((char *)&zeroVals, sizeof(zeroVals));
-@@ -798,6 +803,7 @@
-                                            bitmap->name.name);
-             }
-       }
-+      }
-     }
-     return TRUE;
- }