summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWCommandProcessor.h
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2014-07-08 16:49:33 +0200
committerdegasus <wickmarkus@web.de>2014-07-11 16:10:20 +0200
commit81ed17be53e7fed93147dc0d334a6c1d45f4e3c8 (patch)
tree07359f88512c0cdd7c362152cbd5a81c1816e0c0 /Source/Core/VideoBackends/Software/SWCommandProcessor.h
parent6d3f249dcc746cc7845ef88ddb8ce3bcc9221aca (diff)
avoid the extern keyword in .cpp files
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWCommandProcessor.h')
-rw-r--r--Source/Core/VideoBackends/Software/SWCommandProcessor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/VideoBackends/Software/SWCommandProcessor.h b/Source/Core/VideoBackends/Software/SWCommandProcessor.h
index dbedc101ac..e30eccfec5 100644
--- a/Source/Core/VideoBackends/Software/SWCommandProcessor.h
+++ b/Source/Core/VideoBackends/Software/SWCommandProcessor.h
@@ -11,9 +11,6 @@
class PointerWrap;
namespace MMIO { class Mapping; }
-extern volatile bool g_bSkipCurrentFrame;
-extern u8* g_pVideoData;
-
namespace SWCommandProcessor
{
using UCPStatusReg = CommandProcessor::UCPStatusReg;