diff vmnc.c @ 3920:3a151ccc6ed7 libavcodec

Remove unused variables and the corresponding warnings along with them.
author diego
date Tue, 03 Oct 2006 17:12:48 +0000
parents 9b75ab171fa9
children c8c591fe26f8
line wrap: on
line diff
--- a/vmnc.c	Mon Oct 02 11:55:24 2006 +0000
+++ b/vmnc.c	Tue Oct 03 17:12:48 2006 +0000
@@ -115,7 +115,7 @@
 
 static void put_cursor(uint8_t *dst, int stride, VmncContext *c, int dx, int dy)
 {
-    int i, j, t;
+    int i, j;
     int w, h, x, y;
     w = c->cur_w;
     if(c->width < c->cur_x + c->cur_w) w = c->width - c->cur_x;