# HG changeset patch # User diego # Date 1159895568 0 # Node ID f77cf5a063a8ae85e1e0e075156ec571e4f443d0 # Parent 04b421915b14681703dcc0dd3af51e89c0aa386b Remove unused variables and the corresponding warnings along with them. diff -r 04b421915b14 -r f77cf5a063a8 rm.c --- a/rm.c Mon Oct 02 17:15:00 2006 +0000 +++ b/rm.c Tue Oct 03 17:12:48 2006 +0000 @@ -645,7 +645,7 @@ unsigned int tag, v; int tag_size, size, codec_data_size, i; int64_t codec_pos; - unsigned int h263_hack_version, start_time, duration; + unsigned int start_time, duration; char buf[128]; int flags = 0;