Mercurial > hg > xemacs-beta
comparison src/sgiplay.c @ 2286:04bc9d2f42c7
[xemacs-hg @ 2004-09-20 19:18:55 by james]
Mark all unused parameters as unused. Also eliminate some unneeded local
variables.
author | james |
---|---|
date | Mon, 20 Sep 2004 19:20:08 +0000 |
parents | 943eaba38521 |
children | ecf1ebac70d8 |
comparison
equal
deleted
inserted
replaced
2285:914c5afaac33 | 2286:04bc9d2f42c7 |
---|---|
314 desc = * ac; | 314 desc = * ac; |
315 return ac; | 315 return ac; |
316 } | 316 } |
317 | 317 |
318 static int | 318 static int |
319 play_internal (UChar_Binary *data, int length, AudioContext ac) | 319 play_internal (UChar_Binary *data, int UNUSED (length), AudioContext ac) |
320 { | 320 { |
321 UChar_Binary * limit; | 321 UChar_Binary * limit; |
322 if (ac == (AudioContext) 0) | 322 if (ac == (AudioContext) 0) |
323 return 0; | 323 return 0; |
324 | 324 |