summaryrefslogtreecommitdiffstats
path: root/src/extension/init.cpp
diff options
context:
space:
mode:
authorbuliabyak <>2013-09-28 19:20:27 +0000
committerbuliabyak <>2013-09-28 19:20:27 +0000
commit6e867cb6aa8b44a3bb9f2dec4361c67cefc8ca8f (patch)
treea800d28df81a370bb8813fa0e832f1a362b21a12 /src/extension/init.cpp
parentFixed crash with calligraphic tool in subtract mode. (diff)
downloadinkscape-6e867cb6aa8b44a3bb9f2dec4361c67cefc8ca8f.tar.gz
inkscape-6e867cb6aa8b44a3bb9f2dec4361c67cefc8ca8f.zip
effects don't need to merge into menus if we're running without gui; with this we can purge a redundant reading of menus skeleton, which leaked its xml tree
(bzr r12616)
Diffstat (limited to 'src/extension/init.cpp')
-rw-r--r--src/extension/init.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/extension/init.cpp b/src/extension/init.cpp
index 2dde9eeb8..0ff4b79c4 100644
--- a/src/extension/init.cpp
+++ b/src/extension/init.cpp
@@ -109,8 +109,6 @@
#include "init.h"
-extern gboolean inkscape_app_use_gui( Inkscape::Application const *app );
-
namespace Inkscape {
namespace Extension {