From 3976fc73614c6dfbc8affe6f24d160ea97477d79 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Wed, 8 Aug 2007 01:02:32 +0000 Subject: [PATCH] Removed AbortProc from WIN_DC_INFO. AbortProc is handled in gdi32 and stored in the Dc_Attr->pvLDC (LDC) structure. LDC structure is used for printing and EMF functions. WIN_DC_INFO is still useful and might stick around for a while. svn path=/trunk/; revision=28235 --- reactos/subsystems/win32/win32k/include/dc.h | 5 ----- 1 file changed, 5 deletions(-) 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 */