From 0b3ef0b2ce887801dd55d1257562a817abfe1cbd Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Thu, 10 Jul 2014 22:05:08 +0200 Subject: [PATCH] (Apple) Get rid of apple_is_paused extern global var --- apple/common/RetroArch_Apple.h | 1 - 1 file changed, 1 deletion(-) diff --git a/apple/common/RetroArch_Apple.h b/apple/common/RetroArch_Apple.h index 63a5fe7044..866d23a57b 100644 --- a/apple/common/RetroArch_Apple.h +++ b/apple/common/RetroArch_Apple.h @@ -44,7 +44,6 @@ #endif extern char** apple_argv; -extern bool apple_is_paused; extern bool apple_use_tv_mode; extern NSString* apple_core;