On Mon, Jun 14, 2010 at 06:03:06PM +0200, ext Jamey Sharp wrote: > Signed-off-by: Jamey Sharp <[email protected]> > --- > miext/damage/damage.c | 22 ---------------------- > 1 files changed, 0 insertions(+), 22 deletions(-) > > diff --git a/miext/damage/damage.c b/miext/damage/damage.c > index 54431c9..f5917ea 100644 > --- a/miext/damage/damage.c > +++ b/miext/damage/damage.c > @@ -462,28 +462,6 @@ damageCreateGC(GCPtr pGC) > return ret; > } > > -#ifdef NOTUSED > -static void > -damageWrapGC (GCPtr pGC) > -{ > - damageGCPriv(pGC); > - > - pGCPriv->ops = NULL; > - pGCPriv->funcs = pGC->funcs; > - pGC->funcs = &damageGCFuncs; > -} > - > -static void > -damageUnwrapGC (GCPtr pGC) > -{ > - damageGCPriv(pGC); > - > - pGC->funcs = pGCPriv->funcs; > - if (pGCPriv->ops) > - pGC->ops = pGCPriv->ops; > -} > -#endif > - > #define DAMAGE_GC_OP_PROLOGUE(pGC, pDrawable) \ > damageGCPriv(pGC); \ > GCFuncs *oldFuncs = pGC->funcs; \
Seems it is there since the first revision. Kill it: Reviewed-by: Tiago Vignatti <[email protected]> (note we have some wrapping by the same macro name inside hw/kdrive/linux/mouse.c) Tiago _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
