diff --git a/core/input/ar.c b/core/input/ar.c index 844ad680b3..c8b62bf8ca 100644 --- a/core/input/ar.c +++ b/core/input/ar.c @@ -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