diff options
| author | Martin Owens <doctormo@gmail.com> | 2013-01-11 12:54:37 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2013-01-11 12:54:37 +0000 |
| commit | ffe32ceda6645fc945114352c43f1435931e9987 (patch) | |
| tree | 5f1c7a8f5e3fe32d3138694c547ef32a45735be4 /src/widgets/toolbox.cpp | |
| parent | Warning and dead code cleanup. (diff) | |
| parent | Step 1. Remove junk and keep functionality. (diff) | |
| download | inkscape-ffe32ceda6645fc945114352c43f1435931e9987.tar.gz inkscape-ffe32ceda6645fc945114352c43f1435931e9987.zip | |
Merge in connector cleanup
(bzr r12015)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index a5e929c7d..c020a9198 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -527,7 +527,6 @@ static gchar const * ui_descr = " </toolbar>" " <toolbar name='ConnectorToolbar'>" -// " <toolitem action='ConnectorEditModeAction' />" " <toolitem action='ConnectorAvoidAction' />" " <toolitem action='ConnectorIgnoreAction' />" " <toolitem action='ConnectorOrthogonalAction' />" @@ -537,8 +536,6 @@ static gchar const * ui_descr = " <toolitem action='ConnectorLengthAction' />" " <toolitem action='ConnectorDirectedAction' />" " <toolitem action='ConnectorOverlapAction' />" -// " <toolitem action='ConnectorNewConnPointAction' />" -// " <toolitem action='ConnectorRemoveConnPointAction' />" " </toolbar>" "</ui>" |
