summaryrefslogtreecommitdiff
path: root/navit/graphics/null/graphics_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/graphics/null/graphics_null.c')
-rw-r--r--navit/graphics/null/graphics_null.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/navit/graphics/null/graphics_null.c b/navit/graphics/null/graphics_null.c
index 7b027036..22909f7b 100644
--- a/navit/graphics/null/graphics_null.c
+++ b/navit/graphics/null/graphics_null.c
@@ -150,11 +150,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)
{
}
@@ -230,7 +225,6 @@ static struct graphics_methods graphics_methods = {
draw_text,
draw_image,
NULL,
- draw_restore,
draw_drag,
font_new,
gc_new,