diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-02-06 21:45:14 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-02-06 21:45:14 +0000 |
| commit | 9d9e9264afc4e6f83d59bd25ccae505eadb739d8 (patch) | |
| tree | 3621f6c37127818a59083d5c8207f656b6bf5c7d /src/ui/tool/control-point-selection.h | |
| parent | Fix event handling for control points when multiple buttons are pressed; (diff) | |
| download | inkscape-9d9e9264afc4e6f83d59bd25ccae505eadb739d8.tar.gz inkscape-9d9e9264afc4e6f83d59bd25ccae505eadb739d8.zip | |
Fix performance regressions in the node tool and a stupid crash bug
when deleting more than one stretch of selected nodes
(bzr r9061)
Diffstat (limited to 'src/ui/tool/control-point-selection.h')
| -rw-r--r-- | src/ui/tool/control-point-selection.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui/tool/control-point-selection.h b/src/ui/tool/control-point-selection.h index 025f9bb61..93fba56f5 100644 --- a/src/ui/tool/control-point-selection.h +++ b/src/ui/tool/control-point-selection.h @@ -15,8 +15,6 @@ #include <memory> #include <tr1/unordered_map> #include <tr1/unordered_set> -#include <boost/shared_ptr.hpp> -#include <boost/weak_ptr.hpp> #include <boost/optional.hpp> #include <sigc++/sigc++.h> #include <2geom/forward.h> @@ -43,7 +41,6 @@ class ControlPointSelection : public Manipulator { public: ControlPointSelection(SPDesktop *d, SPCanvasGroup *th_group); ~ControlPointSelection(); - typedef std::list<sigc::connection> connlist_type; typedef std::tr1::unordered_set< SelectableControlPoint * > set_type; typedef set_type Set; // convenience alias |
