summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/FPSCounter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/VideoCommon/FPSCounter.cpp')
-rw-r--r--Source/Core/VideoCommon/FPSCounter.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/FPSCounter.cpp b/Source/Core/VideoCommon/FPSCounter.cpp
index 54817a7c0e..9466ab70a9 100644
--- a/Source/Core/VideoCommon/FPSCounter.cpp
+++ b/Source/Core/VideoCommon/FPSCounter.cpp
@@ -13,9 +13,6 @@
#define FPS_REFRESH_INTERVAL 1000
FPSCounter::FPSCounter()
- : m_fps(0)
- , m_counter(0)
- , m_fps_last_counter(0)
{
m_update_time.Update();
m_render_time.Update();