From 7ba66758476c81dd2c86635b9052bd7ee67f6047 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 19 Mar 2013 00:59:55 +0100 Subject: input/ar: remove unused variable --- core/input/ar.c | 1 - 1 file changed, 1 deletion(-) (limited to 'core') 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 -- cgit v1.2.3