Remove unused variables
This commit is contained in:
parent
443bfd62bb
commit
798e3c505c
1 changed files with 2 additions and 13 deletions
|
@ -78,10 +78,8 @@ extern void sgShaderFrameInit(double delta_time_sec);
|
|||
|
||||
float default_attenuation[3] = {1.0, 0.0, 0.0};
|
||||
|
||||
ssgSelector *lightpoints_brightness = new ssgSelector;
|
||||
ssgTransform *lightpoints_transform = new ssgTransform;
|
||||
FGTileEntry *dummy_tile;
|
||||
sgVec3 rway_ols;
|
||||
ssgSharedPtr<ssgSelector> lightpoints_brightness = new ssgSelector;
|
||||
ssgSharedPtr<ssgTransform> lightpoints_transform = new ssgTransform;
|
||||
|
||||
// Clip plane settings...
|
||||
float scene_nearplane = 0.5f;
|
||||
|
@ -106,15 +104,6 @@ static GLfloat ground_exp2_punch_through;
|
|||
// Sky structures
|
||||
SGSky *thesky;
|
||||
|
||||
// hack
|
||||
sgMat4 copy_of_ssgOpenGLAxisSwapMatrix =
|
||||
{
|
||||
{ 1.0f, 0.0f, 0.0f, 0.0f },
|
||||
{ 0.0f, 0.0f, -1.0f, 0.0f },
|
||||
{ 0.0f, 1.0f, 0.0f, 0.0f },
|
||||
{ 0.0f, 0.0f, 0.0f, 1.0f }
|
||||
};
|
||||
|
||||
ssgSharedPtr<ssgSimpleState> cloud3d_imposter_state;
|
||||
ssgSharedPtr<ssgSimpleState> default_state;
|
||||
ssgSharedPtr<ssgSimpleState> hud_and_panel;
|
||||
|
|
Loading…
Add table
Reference in a new issue