From 508c521f10dfb77d5ae4ba99e372d3761dc4c3f1 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 24 Jan 2016 00:37:20 -0500 Subject: [PATCH] RenderBase: Get rid of an undefined global extern This doesn't have an implementation, so into the trash it goes. --- Source/Core/VideoCommon/RenderBase.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/VideoCommon/RenderBase.h b/Source/Core/VideoCommon/RenderBase.h index 331e353e74..8ab99869b1 100644 --- a/Source/Core/VideoCommon/RenderBase.h +++ b/Source/Core/VideoCommon/RenderBase.h @@ -40,8 +40,6 @@ struct EfbPokeData extern int frameCount; extern int OSDChoice; -extern bool bLastFrameDumped; - // Renderer really isn't a very good name for this class - it's more like "Misc". // The long term goal is to get rid of this class and replace it with others that make // more sense.