summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2019-01-19 10:34:08 +0000
committerTavmjong Bah <tavmjong@free.fr>2019-01-19 10:34:08 +0000
commit407f1c6dcab912c4174251a02c30827affde819a (patch)
tree023c35a14ad8a2ca92f8ffc710b491c349d8b40d /src
parentRemove debugging statements from displacemnet filter rendering code. (diff)
downloadinkscape-407f1c6dcab912c4174251a02c30827affde819a.tar.gz
inkscape-407f1c6dcab912c4174251a02c30827affde819a.zip
Remove unneeded document unref.
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/aboutbox.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/dialog/aboutbox.cpp b/src/ui/dialog/aboutbox.cpp
index d79a14861..3db65411a 100644
--- a/src/ui/dialog/aboutbox.cpp
+++ b/src/ui/dialog/aboutbox.cpp
@@ -133,8 +133,6 @@ void AboutBox::build_splash_widget() {
double height=doc->getHeight().value("px") / 2.0;
viewer->setResize(width, height);
- doc->doUnref();
-
_splash_widget = new Gtk::AspectFrame();
_splash_widget->unset_label();
_splash_widget->set_shadow_type(Gtk::SHADOW_NONE);