File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ using namespace celmath;
2626using namespace celestia ;
2727using celestia::render::LineRenderer;
2828
29- namespace astro = celestia::astro;
30-
3129LineRenderer *PlanetographicGrid::latitudeRenderer = nullptr ;
3230LineRenderer *PlanetographicGrid::equatorRenderer = nullptr ;
3331LineRenderer *PlanetographicGrid::longitudeRenderer = nullptr ;
Original file line number Diff line number Diff line change @@ -95,8 +95,6 @@ using namespace celestia::engine;
9595using namespace celestia ::render;
9696using celestia::util::GetLogger;
9797
98- namespace astro = celestia::astro;
99-
10098#define NEAR_DIST 0 .5f
10199#define FAR_DIST 1 .0e9f
102100
Original file line number Diff line number Diff line change @@ -84,8 +84,6 @@ using namespace celestia::engine;
8484using namespace celestia ::scripts;
8585using namespace celestia ::util;
8686
87- namespace astro = celestia::astro;
88-
8987static const int DragThreshold = 3 ;
9088
9189// Perhaps you'll want to put this stuff in configuration file.
You can’t perform that action at this time.
0 commit comments