diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-08-30 12:41:21 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-08-30 15:23:48 -0400 |
| commit | 1d706b23114845dbd1e5b37260a25a8892681cc1 (patch) | |
| tree | 3fca20b4f72fb28ba271022ba2c2a35da430977c /Source/Core/VideoCommon/VertexLoader_Normal.cpp | |
| parent | af79d28cfa973583d0d0bec2f7190417a5d739e4 (diff) | |
Get rid of C-style empty function parameter indicators
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoader_Normal.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexLoader_Normal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VertexLoader_Normal.cpp b/Source/Core/VideoCommon/VertexLoader_Normal.cpp index 5cc366fdce..7eb900db3a 100644 --- a/Source/Core/VideoCommon/VertexLoader_Normal.cpp +++ b/Source/Core/VideoCommon/VertexLoader_Normal.cpp @@ -110,7 +110,7 @@ struct Normal_Index_Indices3 } -void VertexLoader_Normal::Init(void) +void VertexLoader_Normal::Init() { m_Table[NRM_DIRECT] [NRM_INDICES1][NRM_NBT] [FORMAT_UBYTE] = Normal_Direct<u8, 1>(); m_Table[NRM_DIRECT] [NRM_INDICES1][NRM_NBT] [FORMAT_BYTE] = Normal_Direct<s8, 1>(); |
