1
0
Fork 0

Remove dead code.

This commit is contained in:
James Turner 2016-01-18 20:05:44 -05:00
parent fa4a5e7a64
commit bf69781ae0

View file

@ -226,10 +226,6 @@ FGViewMgr::update (double dt)
flightgear::View* currentView = get_current_view();
if (!currentView) return;
SGPropertyNode *n = config_list[current];
SGPropertyNode *config = n->getChild("config", 0, true);
double lon_deg, lat_deg, alt_ft, roll_deg, pitch_deg, heading_deg;
// Set up view location and orientation
currentView->updateData();