diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2013-01-27 14:19:11 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2013-01-27 14:19:11 +0000 |
| commit | 5ebf0c12c2b1be530bf4742236768a55e549494b (patch) | |
| tree | 8451ca3b858fb63c21ede05a5862426e24cebbd5 /src/desktop.h | |
| parent | Translations. Romanian translation update by Cristian Secară. (diff) | |
| download | inkscape-5ebf0c12c2b1be530bf4742236768a55e549494b.tar.gz inkscape-5ebf0c12c2b1be530bf4742236768a55e549494b.zip | |
Migrate ruler position tracking to new track_widget API
Fixed bugs:
- https://launchpad.net/bugs/1105504
(bzr r12067)
Diffstat (limited to 'src/desktop.h')
| -rw-r--r-- | src/desktop.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/desktop.h b/src/desktop.h index 529199692..93cf3201c 100644 --- a/src/desktop.h +++ b/src/desktop.h @@ -431,7 +431,6 @@ private: sigc::connection _commit_connection; sigc::connection _modified_connection; - virtual void onPositionSet (double, double); virtual void onResized (double, double); virtual void onRedrawRequested(); virtual void onStatusMessage (Inkscape::MessageType type, gchar const *message); |
