mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-17 15:51:40 +00:00
avoid the extern keyword in .cpp files
This commit is contained in:
parent
6d3f249dcc
commit
81ed17be53
42 changed files with 28 additions and 104 deletions
|
@ -19,9 +19,6 @@
|
|||
#include "VideoCommon/TextureCacheBase.h"
|
||||
#include "VideoCommon/VideoConfig.h"
|
||||
|
||||
// ugly
|
||||
extern int frameCount;
|
||||
|
||||
enum
|
||||
{
|
||||
TEXTURE_KILL_THRESHOLD = 200,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue