summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-03-19 00:59:55 +0100
committerwm4 <wm4@nowhere>2013-03-19 00:59:55 +0100
commit7ba66758476c81dd2c86635b9052bd7ee67f6047 (patch)
tree030152bf45a7866897bfa41ea116d8c773129402 /core
parent3091394edca48b8876326cb1d67813450c20a332 (diff)
downloadmpv-7ba66758476c81dd2c86635b9052bd7ee67f6047.tar.bz2
mpv-7ba66758476c81dd2c86635b9052bd7ee67f6047.tar.xz
input/ar: remove unused variable
Diffstat (limited to 'core')
-rw-r--r--core/input/ar.c1
1 files changed, 0 insertions, 1 deletions
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