From 285e00942a395d255ca1ae9a06b197513b676b68 Mon Sep 17 00:00:00 2001 From: Roozbeh Pournader Date: Nov 21 2006 15:04:44 +0000 Subject: Remove unused patch --- diff --git a/fontforge-20060125-glibccrash.patch b/fontforge-20060125-glibccrash.patch deleted file mode 100644 index 6be476d..0000000 --- a/fontforge-20060125-glibccrash.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- fontforge-20060125/fontforge/charview.c.glibccrash 2006-01-15 09:38:57.000000000 +0330 -+++ fontforge-20060125/fontforge/charview.c 2006-02-12 23:49:58.000000000 +0330 -@@ -2803,8 +2803,8 @@ - ss->first->prev->from->nextcpindex = pnum++; - for ( sp=ss->first; ; ) { - if ( (sp->ttfindex==0xffff || -- ( !sp->nonextcp && !sp->noprevcp && -- !sp->roundx && !sp->roundy && !sp->dontinterpolate )) && -+ ( !sp->roundx && !sp->roundy && !sp->dontinterpolate )) && -+ !sp->nonextcp && !sp->noprevcp && - RealWithin((sp->nextcp.x+sp->prevcp.x)/2, sp->me.x,.1) && - RealWithin((sp->nextcp.y+sp->prevcp.y)/2, sp->me.y,.1) ) - sp->ttfindex = 0xffff;