diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2014-07-28 20:08:50 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2014-07-28 20:08:50 +0000 |
| commit | 71a56457a3660039c6a2d3d7055bf296a1d01ae6 (patch) | |
| tree | 4cafdf60a28a0ce1641e393b2b23a03673ad745c /src/style.cpp | |
| parent | Merge from trunk 13472 (diff) | |
| parent | related to lp:inkscape r13474, remove unnecessary/broken placement news (diff) | |
| download | inkscape-71a56457a3660039c6a2d3d7055bf296a1d01ae6.tar.gz inkscape-71a56457a3660039c6a2d3d7055bf296a1d01ae6.zip | |
Merge from lp:inkscape 13477
(bzr r13341.1.103)
Diffstat (limited to 'src/style.cpp')
| -rw-r--r-- | src/style.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/style.cpp b/src/style.cpp index 3691a3e48..f0710e404 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -231,11 +231,6 @@ SPStyle::SPStyle(SPDocument *document_in, SPObject *object_in) : document = document_in; } - new (&release_connection) sigc::connection(); - new (&filter_modified_connection) sigc::connection(); - new (&fill_ps_modified_connection) sigc::connection(); - new (&stroke_ps_modified_connection) sigc::connection(); - // 'font' shorthand requires access to included properties. font.setStylePointer( this ); @@ -442,7 +437,6 @@ SPStyle::~SPStyle() { // Remove connections release_connection.disconnect(); - release_connection.~connection(); // The following shoud be moved into SPIPaint and SPIFilter if (fill.value.href) { @@ -457,12 +451,7 @@ SPStyle::~SPStyle() { filter_modified_connection.disconnect(); } - filter_modified_connection.~connection(); - fill_ps_modified_connection.~connection(); - stroke_ps_modified_connection.~connection(); - _properties.clear(); - //_propmap.clear(); // std::cout << "SPStyle::~SPstyle(): Exit\n" << std::endl; } |
