Code

Sorry, I got off on a branch and ended up with a bunch of things. I'm just going...
[inkscape.git] / src / tools-switch.cpp
index 6ee162f1db6f8a89a8c1fbf1391ce23aa425ea54..da03ab7bf2b5be53bc197648c98583256d5b6873 100644 (file)
@@ -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)) {