mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
FPSCounter: Remove redundant destructor.
This commit is contained in:
parent
3b978f7c27
commit
eaa7460636
2 changed files with 0 additions and 9 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue