summaryrefslogtreecommitdiffstats
path: root/src/inkgc/gc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inkgc/gc.cpp')
-rw-r--r--src/inkgc/gc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkgc/gc.cpp b/src/inkgc/gc.cpp
index ffa94ea2a..b1bd07af6 100644
--- a/src/inkgc/gc.cpp
+++ b/src/inkgc/gc.cpp
@@ -173,7 +173,7 @@ public:
{}
};
-Ops const &get_ops() throw (InvalidGCModeError) {
+Ops const &get_ops() {
char *mode_string=std::getenv("_INKSCAPE_GC");
if (mode_string) {
if (!std::strcmp(mode_string, "enable")) {