summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2016-01-11 14:17:25 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2016-01-11 14:17:25 +0000
commitf0fb69a1720dc6cfdd1157ddf742e327c8601947 (patch)
treebae988e91ebcce7f8db5cdb7ed057040099e8a86 /src
parentSupport rendering of radial gradients with the 'fr' attribute. New in SVG 2. (diff)
downloadinkscape-f0fb69a1720dc6cfdd1157ddf742e327c8601947.tar.gz
inkscape-f0fb69a1720dc6cfdd1157ddf742e327c8601947.zip
Bump libgc dependency to 7.2 (see bug #1530286)
(bzr r14570)
Diffstat (limited to 'src')
-rw-r--r--src/inkgc/gc.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/inkgc/gc.cpp b/src/inkgc/gc.cpp
index 9372ac693..ffa94ea2a 100644
--- a/src/inkgc/gc.cpp
+++ b/src/inkgc/gc.cpp
@@ -28,15 +28,9 @@ void display_warning(char *msg, GC_word arg) {
}
void do_init() {
-#if WITH_GC_7_2
GC_set_no_dls(1);
GC_set_all_interior_pointers(1);
GC_set_finalize_on_demand(0);
-#else
- GC_no_dls = 1;
- GC_all_interior_pointers = 1;
- GC_finalize_on_demand = 0;
-#endif
GC_INIT();