Removed unused variable that caused GCC warnings

ver1_5_1
Toti 2007-12-22 20:08:44 +00:00
parent 7894784140
commit 7d5e89de40
1 changed files with 2 additions and 3 deletions

View File

@ -2984,7 +2984,6 @@ static void displayStarInfo(Overlay& overlay,
if (detail > 1)
{
overlay << _("Surface temp: ") << SigDigitNum(star.getTemperature(), 3) << " K\n";
float radius = star.getRadius();
float solarRadii = star.getRadius() / 6.96e5f;
overlay << _("Radius: ");