forked from AuroraMiddleware/gtk
GtkTextView: remove some dead code
https://bugzilla.gnome.org/show_bug.cgi?id=697048
This commit is contained in:
parent
6f990fa7e4
commit
97dfcc1073
@ -78,8 +78,6 @@ struct _GtkTextTagPrivate
|
|||||||
|
|
||||||
/* Whether these margins accumulate or override */
|
/* Whether these margins accumulate or override */
|
||||||
guint accumulative_margin : 1;
|
guint accumulative_margin : 1;
|
||||||
|
|
||||||
guint pad1 : 1;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -82,10 +82,6 @@ enum {
|
|||||||
LAST_SIGNAL
|
LAST_SIGNAL
|
||||||
};
|
};
|
||||||
|
|
||||||
enum {
|
|
||||||
LAST_ARG
|
|
||||||
};
|
|
||||||
|
|
||||||
static void gtk_text_tag_table_finalize (GObject *object);
|
static void gtk_text_tag_table_finalize (GObject *object);
|
||||||
static void gtk_text_tag_table_set_property (GObject *object,
|
static void gtk_text_tag_table_set_property (GObject *object,
|
||||||
guint prop_id,
|
guint prop_id,
|
||||||
|
Loading…
Reference in New Issue
Block a user