[NTGDI]: #if'ed 0 unused pdcattr variable. Associated code with it went away in revis...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 8 Jan 2015 20:35:51 +0000 (20:35 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 8 Jan 2015 20:35:51 +0000 (20:35 +0000)
svn path=/trunk/; revision=66010

reactos/win32ss/gdi/ntgdi/fillshap.c

index 3aead0a..d5c6a28 100644 (file)
@@ -1071,7 +1071,9 @@ NtGdiExtFloodFill(
     UINT  FillType)
 {
     PDC dc;
+#if 0
     PDC_ATTR   pdcattr;
+#endif
     SURFACE    *psurf = NULL;
     EXLATEOBJ  exlo;
     BOOL       Ret = FALSE;
@@ -1098,7 +1100,9 @@ NtGdiExtFloodFill(
         goto cleanup;
     }
 
+#if 0
     pdcattr = dc->pdcattr;
+#endif
 
     Pt.x = XStart;
     Pt.y = YStart;