diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-11-27 23:35:47 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-11-27 23:35:47 (GMT) |
commit | 7d6d3acb65586ad9512a38b58c16b9a21cdf98e0 (patch) | |
tree | 9ae21078e24c997b80a24d8d71ed5ad1be74c850 /src/glibext | |
parent | 3eacf14cc395e7fd0ab5dd5e9d22bb93a6a02979 (diff) |
Saved memory space by sharing arch GObjects.
Diffstat (limited to 'src/glibext')
-rw-r--r-- | src/glibext/gwidthtracker.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/glibext/gwidthtracker.c b/src/glibext/gwidthtracker.c index 73f56df..3a1863e 100644 --- a/src/glibext/gwidthtracker.c +++ b/src/glibext/gwidthtracker.c @@ -98,11 +98,6 @@ static void g_width_tracker_ensure_valid_required_widths(GWidthTracker *); -/* ---------------------------------------------------------------------------------- */ -/* TAMPON POUR CODE DESASSEMBLE */ -/* ---------------------------------------------------------------------------------- */ - - /* Détermine le type du gestionnaire de largeurs associées aux lignes. */ G_DEFINE_TYPE(GWidthTracker, g_width_tracker, G_TYPE_OBJECT); |