code cleanup: removed dead code/ unused variables.

This commit is contained in:
techdragon.nguyen@gmail.com
2010-11-09 12:19:17 +00:00
parent c71f8f4a46
commit 286d18847b
2 changed files with 0 additions and 10 deletions

View File

@@ -18,14 +18,11 @@ class SimpleMenu:public JGuiController{
int maxItems,startId;
float selectionT, selectionY;
float timeOpen;
static unsigned int refCount;
static JQuad *spadeR, *spadeL, *jewel, *side;
static JTexture *spadeRTex, *spadeLTex, *jewelTex, *sideTex;
static WFont* titleFont;
static hgeParticleSystem* stars;
// This works only because of no multithreading
static PIXEL_TYPE jewelGraphics[9];
inline void MogrifyJewel();
void drawHorzPole(float x, float y, float width);