Skip to content

Commit 791a109

Browse files
committed
[skip ci] Merge branch 'master' into askaniys-stars
2 parents 7e49d11 + d3c5346 commit 791a109

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/celengine/planetgrid.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ using namespace celmath;
2626
using namespace celestia;
2727
using celestia::render::LineRenderer;
2828

29-
namespace astro = celestia::astro;
30-
3129
LineRenderer *PlanetographicGrid::latitudeRenderer = nullptr;
3230
LineRenderer *PlanetographicGrid::equatorRenderer = nullptr;
3331
LineRenderer *PlanetographicGrid::longitudeRenderer = nullptr;

src/celengine/render.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ using namespace celestia::engine;
9595
using namespace celestia::render;
9696
using celestia::util::GetLogger;
9797

98-
namespace astro = celestia::astro;
99-
10098
#define NEAR_DIST 0.5f
10199
#define FAR_DIST 1.0e9f
102100

src/celestia/celestiacore.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ using namespace celestia::engine;
8484
using namespace celestia::scripts;
8585
using namespace celestia::util;
8686

87-
namespace astro = celestia::astro;
88-
8987
static const int DragThreshold = 3;
9088

9189
// Perhaps you'll want to put this stuff in configuration file.

0 commit comments

Comments
 (0)