Removed AbortProc from WIN_DC_INFO. AbortProc is handled in gdi32 and stored in the...
authorJames Tabor <james.tabor@reactos.org>
Wed, 8 Aug 2007 01:02:32 +0000 (01:02 +0000)
committerJames Tabor <james.tabor@reactos.org>
Wed, 8 Aug 2007 01:02:32 +0000 (01:02 +0000)
svn path=/trunk/; revision=28235

reactos/subsystems/win32/win32k/include/dc.h

index 1317120..4ce2a4c 100644 (file)
@@ -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 */