1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-12 09:59:44 +00:00

input/ar: remove unused variable

This commit is contained in:
wm4 2013-03-19 00:59:55 +01:00
parent 3091394edc
commit 7ba6675847

View File

@ -304,7 +304,6 @@ static int is_mplayer_front(void)
{
ProcessSerialNumber myProc, frProc;
Boolean sameProc;
pid_t parentPID;
if (GetFrontProcess(&frProc) == noErr
&& GetCurrentProcess(&myProc) == noErr