aboutsummaryrefslogtreecommitdiffstats
path: root/libgnomecanvas/gnome-canvas-text.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgnomecanvas/gnome-canvas-text.h')
-rw-r--r--libgnomecanvas/gnome-canvas-text.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libgnomecanvas/gnome-canvas-text.h b/libgnomecanvas/gnome-canvas-text.h
index e42e174a30..49c54bbca0 100644
--- a/libgnomecanvas/gnome-canvas-text.h
+++ b/libgnomecanvas/gnome-canvas-text.h
@@ -100,8 +100,6 @@ G_BEGIN_DECLS
typedef struct _GnomeCanvasText GnomeCanvasText;
typedef struct _GnomeCanvasTextClass GnomeCanvasTextClass;
-typedef struct _GnomeCanvasTextPrivate GnomeCanvasTextPrivate;
-
struct _GnomeCanvasText {
GnomeCanvasItem item;
@@ -144,8 +142,6 @@ struct _GnomeCanvasText {
guint rise_set : 1; /* Apply specified ascension/descension? */
guint scale_set : 1; /* Apply specified font scaling ratio? */
-
- GnomeCanvasTextPrivate *priv;
};
struct _GnomeCanvasTextClass {