diff options
author | Paolo Borelli <pborelli@gnome.org> | 2010-10-01 10:00:13 +0200 |
---|---|---|
committer | Paolo Borelli <pborelli@gnome.org> | 2010-11-01 17:09:58 +0100 |
commit | 5dddcb1fa5c0522ae09e3a0a4080372d72f051d2 (patch) | |
tree | 127235f9083287bae609bd90755ffba040a208bc /gtk/gtktextlayout.h | |
parent | 450b1f4322ae82221904556a39a241ff868f50c8 (diff) | |
download | gtk+-5dddcb1fa5c0522ae09e3a0a4080372d72f051d2.tar.gz |
Get rid of unused shaped_object list in _GtkTextLineDisplay
https://bugzilla.gnome.org/show_bug.cgi?id=631076
Diffstat (limited to 'gtk/gtktextlayout.h')
-rw-r--r-- | gtk/gtktextlayout.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtktextlayout.h b/gtk/gtktextlayout.h index dd51e47700..4d835324af 100644 --- a/gtk/gtktextlayout.h +++ b/gtk/gtktextlayout.h @@ -237,8 +237,7 @@ struct _GtkTextLineDisplay { PangoLayout *layout; GSList *cursors; - GSList *shaped_objects; /* Only for backwards compatibility */ - + GtkTextDirection direction; gint width; /* Width of layout */ |