Remove unused DriverFunction and GDIBdyToHdr

svn path=/trunk/; revision=40072
This commit is contained in:
Timo Kreuzer 2009-03-17 04:28:03 +00:00
parent 5c5cfa7b96
commit 0f06669f19

View file

@ -503,20 +503,6 @@ EngCreateDeviceSurface(IN DHSURF dhsurf,
return hsurf;
}
PFN FASTCALL DriverFunction(DRVENABLEDATA *DED, ULONG DriverFunc)
{
ULONG i;
for (i=0; i<DED->c; i++)
{
if (DED->pdrvfn[i].iFunc == DriverFunc)
{
return DED->pdrvfn[i].pfn;
}
}
return NULL;
}
/*
* @implemented
*/
@ -609,10 +595,6 @@ EngEraseSurface(SURFOBJ *pso,
return FillSolid(pso, Rect, iColor);
}
#define GDIBdyToHdr(body) \
((PGDIOBJHDR)(body) - 1)
/*
* @implemented
*/