summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
diff options
context:
space:
mode:
authorGlenn Rice <glennricster@gmail.com>2010-02-20 04:18:19 +0000
committerGlenn Rice <glennricster@gmail.com>2010-02-20 04:18:19 +0000
commit154bc956ad0b0abc6f568056e9e100b0d0ceb319 (patch)
treee65d68cc9192dc2192dec15c42edeb6210328205 /Source/Core/VideoCommon
parentf74b5463d5950720513780df6168a5fbc5175b95 (diff)
Some code clean up, and take care of some compiler warnings.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5090 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon')
-rw-r--r--Source/Core/VideoCommon/Src/Render.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/Src/Render.h b/Source/Core/VideoCommon/Src/Render.h
index 8ca5213ae7..b009b65ff3 100644
--- a/Source/Core/VideoCommon/Src/Render.h
+++ b/Source/Core/VideoCommon/Src/Render.h
@@ -36,8 +36,6 @@
extern int frameCount;
extern int OSDChoice, OSDTime, OSDInternalW, OSDInternalH;
-static int s_fps=0;
-
// 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.