fix unused variable warning

This commit is contained in:
Daniel Micay 2012-09-16 16:08:01 -04:00
parent 7d188f3010
commit c30216eca5
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ static void draw_marker(cairo_t *cr, glong x, glong y, unsigned id) {
cairo_show_text(cr, buffer);
}
static gboolean draw_cb(GtkDrawingArea *da, cairo_t *cr, VteTerminal *vte) {
static gboolean draw_cb(GtkDrawingArea *, cairo_t *cr, VteTerminal *vte) {
if (list) {
GList *l = list;