diff --git a/reactos/subsystems/win32/win32k/include/dc.h b/reactos/subsystems/win32/win32k/include/dc.h index 131712002d2..4ce2a4c6468 100644 --- a/reactos/subsystems/win32/win32k/include/dc.h +++ b/reactos/subsystems/win32/win32k/include/dc.h @@ -41,11 +41,6 @@ typedef struct _WIN_DC_INFO INT DCOrgX; /* DC origin */ INT DCOrgY; - -#if 0 - FARPROC lpfnPrint; /* AbortProc for Printing */ -#endif - INT ArcDirection; XFORM xformWorld2Wnd; /* World-to-window transformation */