mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Remove unused DriverFunction and GDIBdyToHdr
svn path=/trunk/; revision=40072
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user