summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/Color.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/Color.h')
-rw-r--r--WebCore/platform/graphics/Color.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/WebCore/platform/graphics/Color.h b/WebCore/platform/graphics/Color.h
index 8e51b95..5baa56e 100644
--- a/WebCore/platform/graphics/Color.h
+++ b/WebCore/platform/graphics/Color.h
@@ -47,10 +47,6 @@ typedef struct _GdkColor GdkColor;
class wxColour;
#endif
-#if PLATFORM(HAIKU)
-struct rgb_color;
-#endif
-
namespace WebCore {
class String;
@@ -125,11 +121,6 @@ public:
Color(CGColorRef);
#endif
-#if PLATFORM(HAIKU)
- Color(const rgb_color&);
- operator rgb_color() const;
-#endif
-
static bool parseHexColor(const String& name, RGBA32& rgb);
static const RGBA32 black = 0xFF000000;