mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Remove some unnecessary semicolons
This commit is contained in:
@@ -12,8 +12,8 @@ public:
|
||||
virtual ~GFXDebuggerBase() {}
|
||||
|
||||
// if paused, debugging functions can be enabled
|
||||
virtual void OnPause() {};
|
||||
virtual void OnContinue() {};
|
||||
virtual void OnPause() {}
|
||||
virtual void OnContinue() {}
|
||||
|
||||
void DumpPixelShader(const std::string& path);
|
||||
void DumpVertexShader(const std::string& path);
|
||||
|
||||
Reference in New Issue
Block a user