diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-12-22 16:11:40 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-12-22 16:11:40 +0000 |
| commit | 487abf292f427b36fcb8de9b6168242df309d6bb (patch) | |
| tree | 30d7b4bc32bb260b07fa0a40a01883d2d944ef0e /src/widgets/ruler.h | |
| parent | ruler: Remove draw_ticks from public API (diff) | |
| download | inkscape-487abf292f427b36fcb8de9b6168242df309d6bb.tar.gz inkscape-487abf292f427b36fcb8de9b6168242df309d6bb.zip | |
ruler (Merge from GIMP): Remove draw_pos from public API
(bzr r11968)
Diffstat (limited to 'src/widgets/ruler.h')
| -rw-r--r-- | src/widgets/ruler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/widgets/ruler.h b/src/widgets/ruler.h index 9b43b5488..992d9a385 100644 --- a/src/widgets/ruler.h +++ b/src/widgets/ruler.h @@ -45,9 +45,6 @@ struct _SPRuler struct _SPRulerClass { GtkWidgetClass parent_class; - - void (* draw_pos) (SPRuler *ruler, - cairo_t *cr); }; struct _SPRulerMetric |
