Removed unused DC_FUNCS pointers.

This commit is contained in:
Alexandre Julliard 2001-07-28 00:09:07 +00:00
parent 07b740fa3f
commit 4c5b35d6e9
1 changed files with 0 additions and 1 deletions

View File

@ -133,7 +133,6 @@ struct IDirectDrawImpl
int pixmap_depth;
pixel_convert_func pixel_convert;
palette_convert_func palette_convert;
const struct tagDC_FUNCS *funcs, *old_funcs; /* DISPLAY.DRV overrides */
/* This is for the fake mainWindow */
ATOM winclass;