Mercurial > mplayer.hg
changeset 29587:b1f7d992a246
Remove unused variable.
author | reimar |
---|---|
date | Wed, 02 Sep 2009 11:38:18 +0000 |
parents | 2eff450157cd |
children | 17d7ae586d03 |
files | libvo/vo_quartz.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_quartz.c Wed Sep 02 11:33:37 2009 +0000 +++ b/libvo/vo_quartz.c Wed Sep 02 11:38:18 2009 +0000 @@ -351,7 +351,6 @@ //default window event handler static OSStatus WindowEventHandler(EventHandlerCallRef nextHandler, EventRef event, void *userData) { - char cmd_str[64]; OSStatus result = noErr; uint32_t d_width; uint32_t d_height;