summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/FPSCounter.cpp
diff options
context:
space:
mode:
authorJules Blok <jules.blok@gmail.com>2014-07-18 12:49:40 +0200
committerJules Blok <jules.blok@gmail.com>2014-07-18 12:49:40 +0200
commiteaa7460636f01f7779154259d492568c9d2dee1e (patch)
tree53a5ca0e9cab218a9d8212acbe55dc90c8bf316d /Source/Core/VideoCommon/FPSCounter.cpp
parent3b978f7c27fe2552e5bfb0e97ef9c82580d8a9d9 (diff)
FPSCounter: Remove redundant destructor.
Diffstat (limited to 'Source/Core/VideoCommon/FPSCounter.cpp')
-rw-r--r--Source/Core/VideoCommon/FPSCounter.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/Core/VideoCommon/FPSCounter.cpp b/Source/Core/VideoCommon/FPSCounter.cpp
index 7a912c2fd7..1ce46377c7 100644
--- a/Source/Core/VideoCommon/FPSCounter.cpp
+++ b/Source/Core/VideoCommon/FPSCounter.cpp
@@ -18,12 +18,6 @@ FPSCounter::FPSCounter()
m_render_time.Update();
}
-FPSCounter::~FPSCounter()
-{
- if (m_bench_file.is_open())
- m_bench_file.close();
-}
-
void FPSCounter::LogRenderTimeToFile(u64 val)
{
if (!m_bench_file.is_open())