diff options
Diffstat (limited to 'source/VertexIndex.hpp')
-rw-r--r-- | source/VertexIndex.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/VertexIndex.hpp b/source/VertexIndex.hpp index cc5aeca..2d65617 100644 --- a/source/VertexIndex.hpp +++ b/source/VertexIndex.hpp @@ -65,7 +65,3 @@ struct VertexFormat : public RefCounted { void AddElement(VertexElementFormat element); void RemoveElement(int index); }; - -// Initialized in main() -inline RcPtr<VertexFormat> gVformatStandard{}; -inline RcPtr<VertexFormat> gVformatStandardPacked{}; |