diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-12-13 14:04:12 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-12-13 14:04:12 (GMT) |
commit | c1ca3b52ee3103178e4fc3ff3bb4e26bb9865818 (patch) | |
tree | a5d9d4561e1733798ac49061cab43a2924c858cc /src/gui/core | |
parent | 172e4500f60a8a9d4bcc8eef617d6c80bcc87d0e (diff) |
Moved the registration of sharing hash tables.
Diffstat (limited to 'src/gui/core')
-rw-r--r-- | src/gui/core/core.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/core/core.c b/src/gui/core/core.c index 7d75167..22ce2b7 100644 --- a/src/gui/core/core.c +++ b/src/gui/core/core.c @@ -29,7 +29,6 @@ #include "theme.h" #include "../../core/params.h" -#include "../../glibext/linesegment.h" @@ -55,8 +54,6 @@ bool load_all_gui_components(GObject *ref) result = load_segment_rendering_parameters(); - result &= init_segment_content_hash_table(); - return result; } |