mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
remove unused globals
Also change globals into statics which are only used in one file
This commit is contained in:
@ -27,7 +27,6 @@
|
||||
extern NativeVertexFormat *g_nativeVertexFmt;
|
||||
extern int tcIndex;
|
||||
extern int colIndex;
|
||||
extern TVtxAttr* pVtxAttr;
|
||||
extern int colElements[2];
|
||||
extern float posScale;
|
||||
extern float tcScale[8];
|
||||
|
Reference in New Issue
Block a user