diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2014-09-19 00:07:09 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2014-09-19 00:07:09 +0000 |
| commit | 274a671c959becc8c989dc6a3561c608c173f6d3 (patch) | |
| tree | 1ab36b51da49862d28ebebb8ed0db985735f6f5b /src/document.cpp | |
| parent | update to trunk (r13540) (diff) | |
| parent | Fix build for fink on OS X 10.9 by including unistd.h (diff) | |
| download | inkscape-274a671c959becc8c989dc6a3561c608c173f6d3.tar.gz inkscape-274a671c959becc8c989dc6a3561c608c173f6d3.zip | |
update to trunk (r13560)
(bzr r13398.1.10)
Diffstat (limited to 'src/document.cpp')
| -rw-r--r-- | src/document.cpp | 1 |
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) |
