aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-03-19 18:02:36 +0100
committerThomas White <taw@bitwiz.org.uk>2016-03-19 18:02:53 +0100
commita8313420536449b101cf73fa527b6d8435cece39 (patch)
treec74023c6036d6d984acf43a8919d2d341cabd16d /src/sc_editor.c
parent12e76ff1df47fa47a8b1458e4cacb309249737f2 (diff)
Mark tile_pixbuf() as unused
Diffstat (limited to 'src/sc_editor.c')
-rw-r--r--src/sc_editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sc_editor.c b/src/sc_editor.c
index 278f38f..2c11c67 100644
--- a/src/sc_editor.c
+++ b/src/sc_editor.c
@@ -684,7 +684,7 @@ static void draw_overlay(cairo_t *cr, SCEditor *e)
}
-static void tile_pixbuf(cairo_t *cr, GdkPixbuf *pb, int width, int height)
+static void UNUSED tile_pixbuf(cairo_t *cr, GdkPixbuf *pb, int width, int height)
{
int nx, ny, ix, iy, bgw, bgh;