removed obsolete CLI options -solgeo and -solnogeo

This commit is contained in:
Zeno Rogue 2022-12-17 11:35:46 +01:00
parent 4da63f57dc
commit 5da1b8f88e
1 changed files with 0 additions and 10 deletions

View File

@ -2905,16 +2905,6 @@ EX namespace nisot {
return 0;
}
#endif
else if(argis("-solgeo")) {
geodesic_movement = true;
pmodel = mdGeodesic;
return 0;
}
else if(argis("-solnogeo")) {
geodesic_movement = false;
pmodel = mdPerspective;
return 0;
}
else if(argis("-product")) {
PHASEFROM(2);
set_geometry(gProduct);