mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
RenderBase: Get rid of an undefined global extern
This doesn't have an implementation, so into the trash it goes.
This commit is contained in:
parent
aa39b0dab1
commit
508c521f10
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user