summaryrefslogtreecommitdiffstats
path: root/src/selection.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-05-09 19:38:45 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-05-09 19:43:04 +0000
commitb85b43a64e3d3d7e623b4bcd99b08ef8f6fc7a43 (patch)
tree58d4726a94512ba16e15d535b40795ef65cde0c0 /src/selection.h
parentfix bug compiling (diff)
downloadinkscape-b85b43a64e3d3d7e623b4bcd99b08ef8f6fc7a43.tar.gz
inkscape-b85b43a64e3d3d7e623b4bcd99b08ef8f6fc7a43.zip
Reset old code to reaply fixed
Diffstat (limited to 'src/selection.h')
-rw-r--r--src/selection.h20
1 files changed, 1 insertions, 19 deletions
diff --git a/src/selection.h b/src/selection.h
index 989adf6b0..2b454e947 100644
--- a/src/selection.h
+++ b/src/selection.h
@@ -183,23 +183,6 @@ public:
return _modified_signal.slots().insert(_modified_signal.slots().begin(), slot);
}
- /**
- * Set a backup of current selection and store it also to be command line readable by extension system
- */
- void setBackup();
- /**
- * Clear backup of current selection
- */
- void emptyBackup();
- /**
- * Restore a selection from a existing backup
- */
- void restoreBackup();
- /**
- * Here store a paramlist when set backup
- */
- std::list<std::string> params;
-
protected:
void _emitSignals();
void _connectSignals(SPObject* object);
@@ -229,8 +212,7 @@ private:
SPObject* _selection_context;
unsigned int _flags;
unsigned int _idle;
- std::vector<std::pair<std::string, std::pair<int, int> > > _seldata;
- std::vector<std::string> _selected_ids;
+
std::map<SPObject *, sigc::connection> _modified_connections;
sigc::connection _context_release_connection;