diff options
Diffstat (limited to 'WebCore/platform/graphics/Pattern.h')
-rw-r--r-- | WebCore/platform/graphics/Pattern.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/platform/graphics/Pattern.h b/WebCore/platform/graphics/Pattern.h index 2f1192c..02ad3ec 100644 --- a/WebCore/platform/graphics/Pattern.h +++ b/WebCore/platform/graphics/Pattern.h @@ -53,9 +53,6 @@ typedef wxGraphicsBrush* PlatformPatternPtr; class wxBrush; typedef wxBrush* PlatformPatternPtr; #endif // USE(WXGC) -#elif PLATFORM(HAIKU) -#include <interface/GraphicsDefs.h> -typedef pattern* PlatformPatternPtr; #elif PLATFORM(WINCE) typedef void* PlatformPatternPtr; #endif |