diff options
| author | degasus <wickmarkus@web.de> | 2014-07-08 16:49:33 +0200 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2014-07-11 16:10:20 +0200 |
| commit | 81ed17be53e7fed93147dc0d334a6c1d45f4e3c8 (patch) | |
| tree | 07359f88512c0cdd7c362152cbd5a81c1816e0c0 /Source/Core/VideoCommon/VertexLoader_Position.cpp | |
| parent | 6d3f249dcc746cc7845ef88ddb8ce3bcc9221aca (diff) | |
avoid the extern keyword in .cpp files
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoader_Position.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexLoader_Position.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/VertexLoader_Position.cpp b/Source/Core/VideoCommon/VertexLoader_Position.cpp index f95ef665bf..9554adccd5 100644 --- a/Source/Core/VideoCommon/VertexLoader_Position.cpp +++ b/Source/Core/VideoCommon/VertexLoader_Position.cpp @@ -12,9 +12,6 @@ #include "VideoCommon/VertexManagerBase.h" #include "VideoCommon/VideoCommon.h" -extern float posScale; -extern TVtxAttr *pVtxAttr; - // Thoughts on the implementation of a vertex loader compiler. // s_pCurBufferPointer should definitely be in a register. // Could load the position scale factor in XMM7, for example. |
