Delete some obsolete junk, in zelda ucode and in gl plugin.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3577 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2009-06-28 17:58:52 +00:00
parent 17f697d856
commit dfdfbd4a6a
5 changed files with 22 additions and 164 deletions

View File

@ -41,15 +41,6 @@ struct Statistics
int numVertexLoaders;
int logicOpMode;
int srcFactor;
int dstFactor;
int dither;
int alphaUpdate;
int colorUpdate;
int dstAlphaEnable;
u32 dstAlpha;
float proj_0, proj_1, proj_2, proj_3, proj_4, proj_5, proj_6;
float gproj_0, gproj_1, gproj_2, gproj_3, gproj_4, gproj_5;
float gproj_6, gproj_7, gproj_8, gproj_9, gproj_10, gproj_11, gproj_12, gproj_13, gproj_14, gproj_15;