mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Remove not needed patches.
This commit is contained in:
parent
8ebf2e7250
commit
f474c72d8e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192077
2 changed files with 0 additions and 36 deletions
|
@ -1,18 +0,0 @@
|
||||||
--- src/objects-x.c.orig Tue May 16 16:40:38 2006
|
|
||||||
+++ src/objects-x.c Tue May 16 16:44:08 2006
|
|
||||||
@@ -1215,6 +1215,7 @@
|
|
||||||
stderr_out ("Failed fontconfig initialization\n");
|
|
||||||
else
|
|
||||||
{
|
|
||||||
+ struct charset_reporter *cr;
|
|
||||||
FcPattern *fontxft; /* long-lived, freed at end of this block */
|
|
||||||
FcResult fcresult;
|
|
||||||
FcConfig *fcc;
|
|
||||||
@@ -1302,7 +1303,6 @@
|
|
||||||
Optimization: cache the generated FcCharSet in the Mule charset.
|
|
||||||
Don't forget to destroy it if the Mule charset gets deallocated. */
|
|
||||||
|
|
||||||
- struct charset_reporter *cr;
|
|
||||||
for (cr = charset_table;
|
|
||||||
cr->charset && !EQ (*(cr->charset), charset);
|
|
||||||
cr++)
|
|
|
@ -1,18 +0,0 @@
|
||||||
--- src/objects-x.c.orig Tue May 16 16:40:38 2006
|
|
||||||
+++ src/objects-x.c Tue May 16 16:44:08 2006
|
|
||||||
@@ -1215,6 +1215,7 @@
|
|
||||||
stderr_out ("Failed fontconfig initialization\n");
|
|
||||||
else
|
|
||||||
{
|
|
||||||
+ struct charset_reporter *cr;
|
|
||||||
FcPattern *fontxft; /* long-lived, freed at end of this block */
|
|
||||||
FcResult fcresult;
|
|
||||||
FcConfig *fcc;
|
|
||||||
@@ -1302,7 +1303,6 @@
|
|
||||||
Optimization: cache the generated FcCharSet in the Mule charset.
|
|
||||||
Don't forget to destroy it if the Mule charset gets deallocated. */
|
|
||||||
|
|
||||||
- struct charset_reporter *cr;
|
|
||||||
for (cr = charset_table;
|
|
||||||
cr->charset && !EQ (*(cr->charset), charset);
|
|
||||||
cr++)
|
|
Loading…
Add table
Reference in a new issue