Mercurial > mplayer.hg
changeset 34296:d9dfe3689e14
Remove variable that is only assigned but never used.
author | reimar |
---|---|
date | Sat, 03 Dec 2011 22:06:50 +0000 |
parents | 6e7f60f6f9d4 |
children | dc1ac10ececd |
files | libvo/vo_quartz.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_quartz.c Sat Dec 03 21:35:56 2011 +0000 +++ b/libvo/vo_quartz.c Sat Dec 03 22:06:50 2011 +0000 @@ -471,7 +471,6 @@ { CFStringRef titleKey; CFStringRef windowTitle; - OSStatus result; MenuItemIndex index; CFStringRef movMenuTitle; @@ -556,7 +555,7 @@ // Set window title titleKey = CFSTR("MPlayer - The Movie Player"); windowTitle = CFCopyLocalizedString(titleKey, NULL); - result = SetWindowTitleWithCFString(theWindow, windowTitle); + SetWindowTitleWithCFString(theWindow, windowTitle); CFRelease(titleKey); CFRelease(windowTitle);