diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sc_editor.c | 2 |
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; |