summaryrefslogtreecommitdiff
path: root/navit/graphics/gd/graphics_gd.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/graphics/gd/graphics_gd.c')
-rw-r--r--navit/graphics/gd/graphics_gd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/navit/graphics/gd/graphics_gd.c b/navit/graphics/gd/graphics_gd.c
index 0d39b470..06d63ac2 100644
--- a/navit/graphics/gd/graphics_gd.c
+++ b/navit/graphics/gd/graphics_gd.c
@@ -467,11 +467,6 @@ draw_image(struct graphics_priv *gr, struct graphics_gc_priv *fg, struct point *
}
static void
-draw_restore(struct graphics_priv *gr, struct point *p, int w, int h)
-{
-}
-
-static void
draw_drag(struct graphics_priv *gr, struct point *p)
{
if (p)
@@ -806,7 +801,6 @@ static struct graphics_methods graphics_methods = {
draw_text,
draw_image,
NULL,
- draw_restore,
draw_drag,
NULL,
gc_new,