diff options
Diffstat (limited to 'src/gui')
-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; } |