mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06: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