GtkTextView: remove some dead code

https://bugzilla.gnome.org/show_bug.cgi?id=697048
This commit is contained in:
Sébastien Wilmet 2013-03-30 23:09:34 +01:00
parent 6f990fa7e4
commit 97dfcc1073
2 changed files with 0 additions and 6 deletions

View File

@ -78,8 +78,6 @@ struct _GtkTextTagPrivate
/* Whether these margins accumulate or override */
guint accumulative_margin : 1;
guint pad1 : 1;
};

View File

@ -82,10 +82,6 @@ enum {
LAST_SIGNAL
};
enum {
LAST_ARG
};
static void gtk_text_tag_table_finalize (GObject *object);
static void gtk_text_tag_table_set_property (GObject *object,
guint prop_id,