summaryrefslogtreecommitdiffstats
path: root/src/document.cpp
diff options
context:
space:
mode:
authorJosh Andler <scislac@gmail.com>2014-09-02 23:51:04 +0000
committerJosh Andler <scislac@gmail.com>2014-09-02 23:51:04 +0000
commit2b4e6c9e057eaa7268b8ba76e76ff3e38c2ed28e (patch)
tree630cc96a564786739269a124472b0c7b57714401 /src/document.cpp
parentFix locale issue in powerstroke width selection (diff)
downloadinkscape-2b4e6c9e057eaa7268b8ba76e76ff3e38c2ed28e.tar.gz
inkscape-2b4e6c9e057eaa7268b8ba76e76ff3e38c2ed28e.zip
Remove more whiteboard related leftovers.
(bzr r13543)
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)