Remove some unnecessary semicolons

This commit is contained in:
Lioncash
2014-09-11 13:00:40 -04:00
parent c6f3424ab1
commit b06ec302d1
24 changed files with 26 additions and 26 deletions

View File

@ -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);