mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
FPSCounter: Remove redundant destructor.
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user