diff options
author | Benjamin Berg <benjamin@sipsolutions.net> | 2010-10-13 16:33:38 +0200 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2010-12-04 15:38:20 +0100 |
commit | e8c103f652921530aa30ab9e829bbe485deb7d85 (patch) | |
tree | 625396c50a2f583a46559db889e730af5509e72d /gdk/gdkcairo.c | |
parent | 88a3c2daaeaa36c6474bd3ce745fb0b127875dac (diff) | |
download | gtk+-e8c103f652921530aa30ab9e829bbe485deb7d85.tar.gz |
Use cairo gobject support instead of a new boxed type.
Diffstat (limited to 'gdk/gdkcairo.c')
-rw-r--r-- | gdk/gdkcairo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdkcairo.c b/gdk/gdkcairo.c index 60ac621943..0d4b8bde09 100644 --- a/gdk/gdkcairo.c +++ b/gdk/gdkcairo.c @@ -25,8 +25,6 @@ #include <math.h> -G_DEFINE_BOXED_TYPE (cairo_pattern_t, gdk_cairo_pattern, cairo_pattern_reference, cairo_pattern_destroy) - /** * SECTION:cairo_interaction * @Short_description: Functions to support using Cairo |