Cleaned up various warning messages.
This commit is contained in:
parent
86b7f1b26a
commit
60553b64d1
2 changed files with 6 additions and 6 deletions
|
@ -189,7 +189,7 @@ static puInput *SaveDialogInput = 0;
|
|||
|
||||
static puOneShot *SaveDialogOkButton = 0;
|
||||
static puOneShot *SaveDialogCancelButton = 0;
|
||||
static puOneShot *SaveDialogResetButton = 0;
|
||||
// static puOneShot *SaveDialogResetButton = 0;
|
||||
|
||||
// Default save filename
|
||||
static char saveFile[256] = "fgfs.sav";
|
||||
|
@ -254,7 +254,7 @@ static puInput *LoadDialogInput = 0;
|
|||
|
||||
static puOneShot *LoadDialogOkButton = 0;
|
||||
static puOneShot *LoadDialogCancelButton = 0;
|
||||
static puOneShot *LoadDialogResetButton = 0;
|
||||
// static puOneShot *LoadDialogResetButton = 0;
|
||||
|
||||
// Default load filename
|
||||
static char loadFile[256] = "fgfs.sav";
|
||||
|
|
|
@ -138,8 +138,8 @@ sgVec3Slider::sgVec3Slider ( int x, int y, sgVec3 vec, const char *title,
|
|||
const char *Ztitle )
|
||||
: puDialogBox ( x, y )
|
||||
{
|
||||
int DialogX = x;
|
||||
int DialogY = y;
|
||||
// int DialogX = x;
|
||||
// int DialogY = y;
|
||||
int fudge = 20;
|
||||
static const int DialogWidth = 230 + fudge;
|
||||
|
||||
|
@ -151,8 +151,8 @@ sgVec3Slider::sgVec3Slider ( int x, int y, sgVec3 vec, const char *title,
|
|||
static const int slider_x = 10+fudge;
|
||||
int slider_y = 55;
|
||||
static const int slider_width = 210;
|
||||
static const int slider_title_x = 15;
|
||||
static const int slider_value_x = 160;
|
||||
// static const int slider_title_x = 15;
|
||||
// static const int slider_value_x = 160;
|
||||
|
||||
puFont LegendFont, LabelFont;
|
||||
puGetDefaultFonts ( &LegendFont, &LabelFont );
|
||||
|
|
Loading…
Reference in a new issue