summaryrefslogtreecommitdiffstats
path: root/src/document.cpp
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2014-09-05 13:49:27 +0000
committer~suv <suv-sf@users.sourceforge.net>2014-09-05 13:49:27 +0000
commit856caf295b605ae9f6f493d1d777d30dce52c855 (patch)
treeb3b78086299fce7b54d247300dc4d9dfc75d1977 /src/document.cpp
parentlauncher script: exit if change of working directory fails (diff)
parentLPE Powerstroke: add Centripetal Catmull-Rom interpolator (diff)
downloadinkscape-856caf295b605ae9f6f493d1d777d30dce52c855.tar.gz
inkscape-856caf295b605ae9f6f493d1d777d30dce52c855.zip
update to trunk (r13545)
(bzr r13506.1.63)
Diffstat (limited to 'src/document.cpp')
-rw-r--r--src/document.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/document.cpp b/src/document.cpp
index f79a00178..f94a9f04f 100644
--- a/src/document.cpp
+++ b/src/document.cpp
@@ -229,7 +229,6 @@ SPDocument::~SPDocument() {
// This is at the end of the destructor, because preceding code adds new orphans to the queue
collectOrphans();
- //delete this->_whiteboard_session_manager;
}
sigc::connection SPDocument::connectDestroy(sigc::signal<void>::slot_type slot)