diff options
Diffstat (limited to 'src/tools-switch.cpp')
| -rw-r--r-- | src/tools-switch.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/tools-switch.cpp b/src/tools-switch.cpp index 6ee162f1d..da03ab7bf 100644 --- a/src/tools-switch.cpp +++ b/src/tools-switch.cpp @@ -258,13 +258,6 @@ tools_switch(SPDesktop *dt, int num) } } -void -tools_switch_current(int num) -{ - SPDesktop *dt = SP_ACTIVE_DESKTOP; - if (dt) tools_switch(dt, num); -} - void tools_switch_by_item(SPDesktop *dt, SPItem *item) { if (SP_IS_RECT(item)) { |
