From 5ebf0c12c2b1be530bf4742236768a55e549494b Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Sun, 27 Jan 2013 14:19:11 +0000 Subject: Migrate ruler position tracking to new track_widget API Fixed bugs: - https://launchpad.net/bugs/1105504 (bzr r12067) --- src/desktop.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/desktop.cpp') diff --git a/src/desktop.cpp b/src/desktop.cpp index ea23ebb9c..c7a763ae1 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -1538,12 +1538,6 @@ void SPDesktop::toggleSnapGlobal() //---------------------------------------------------------------------- // Callback implementations. The virtual ones are connected by the view. -void -SPDesktop::onPositionSet (double x, double y) -{ - _widget->viewSetPosition (Geom::Point(x,y)); -} - void SPDesktop::onResized (double /*x*/, double /*y*/) { -- cgit v1.2.3