remove unused vars

This commit is contained in:
AJ Kelly
2010-12-19 14:30:49 -06:00
parent 55da51678d
commit ce6708f7f6
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -20,7 +20,6 @@ StreamDisplay::StreamDisplay()
m_fVelocity = 0;
m_fPassingAlpha = 0;
m_fHotAlpha = 0;
m_fThreePartWidth = 0;
m_bAlwaysBounce = false;
}
-2
View File
@@ -15,7 +15,6 @@ enum StreamType
NUM_StreamType,
};
class StreamDisplay : public ActorFrame
{
public:
@@ -43,7 +42,6 @@ private:
float m_fPassingAlpha;
float m_fHotAlpha;
float m_fThreePartWidth;
bool m_bAlwaysBounce;
};