summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexManagerBase.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-09-11 13:00:40 -0400
committerLioncash <mathew1800@gmail.com>2014-09-11 13:05:31 -0400
commitb06ec302d1051843228464656d3021aeec45eb07 (patch)
tree34a42b3bd004189822b142782f21d9e008f47fc9 /Source/Core/VideoCommon/VertexManagerBase.h
parentc6f3424ab1c192a9d6e8e6c2e1f8335bc38344a8 (diff)
Remove some unnecessary semicolons
Diffstat (limited to 'Source/Core/VideoCommon/VertexManagerBase.h')
-rw-r--r--Source/Core/VideoCommon/VertexManagerBase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/VertexManagerBase.h b/Source/Core/VideoCommon/VertexManagerBase.h
index c9ee61b777..7852e61f34 100644
--- a/Source/Core/VideoCommon/VertexManagerBase.h
+++ b/Source/Core/VideoCommon/VertexManagerBase.h
@@ -43,8 +43,8 @@ public:
virtual ::NativeVertexFormat* CreateNativeVertexFormat() = 0;
static void DoState(PointerWrap& p);
- virtual void CreateDeviceObjects(){};
- virtual void DestroyDeviceObjects(){};
+ virtual void CreateDeviceObjects(){}
+ virtual void DestroyDeviceObjects(){}
protected:
virtual void vDoState(PointerWrap& p) { }