From 27ee7c0119524d5003a8647f866cf42711424793 Mon Sep 17 00:00:00 2001 From: Jeff Smith Date: Thu, 3 Jul 2008 22:32:12 -0500 Subject: [PATCH] gdiplus: Remove duplicate forward declaration of class GpGraphics. --- include/gdiplusgpstubs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/gdiplusgpstubs.h b/include/gdiplusgpstubs.h index e2f8ab7e0ce..a1878f63f59 100644 --- a/include/gdiplusgpstubs.h +++ b/include/gdiplusgpstubs.h @@ -21,7 +21,6 @@ #ifdef __cplusplus -class GpGraphics {}; class GpGraphics {}; class GpBrush {}; class GpSolidFill : public GpBrush {};