mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
FPSCounter: Remove redundant destructor.
This commit is contained in:
parent
3b978f7c27
commit
eaa7460636
2 changed files with 0 additions and 9 deletions
|
@ -16,9 +16,6 @@ public:
|
|||
// Initializes the FPS counter.
|
||||
FPSCounter();
|
||||
|
||||
// Shutdown the FPS counter by closing the logs.
|
||||
~FPSCounter();
|
||||
|
||||
// Called when a frame is rendered. Returns the value to be displayed on
|
||||
// screen as the FPS counter (updated every second).
|
||||
int Update();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue