gdiplus: Remove duplicate forward declaration of class GpGraphics.

This commit is contained in:
Jeff Smith 2008-07-03 22:32:12 -05:00 committed by Alexandre Julliard
parent 6158db6055
commit 27ee7c0119
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
#ifdef __cplusplus
class GpGraphics {};
class GpGraphics {};
class GpBrush {};
class GpSolidFill : public GpBrush {};