diff options
Diffstat (limited to 'WebCore/platform/gtk/GOwnPtrGtk.h')
-rw-r--r-- | WebCore/platform/gtk/GOwnPtrGtk.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/platform/gtk/GOwnPtrGtk.h b/WebCore/platform/gtk/GOwnPtrGtk.h index 8341661..c5d9cdc 100644 --- a/WebCore/platform/gtk/GOwnPtrGtk.h +++ b/WebCore/platform/gtk/GOwnPtrGtk.h @@ -22,9 +22,6 @@ #include "GOwnPtr.h" -typedef union _GdkEvent GdkEvent; -typedef struct _GtkIconInfo GtkIconInfo; - namespace WTF { template <> void freeOwnedGPtr<GdkEvent>(GdkEvent*); |