summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/StarSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/StarSystem.h')
-rw-r--r--StarsEx/StarSystem.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/StarsEx/StarSystem.h b/StarsEx/StarSystem.h
index bdd37ec..6770f4a 100644
--- a/StarsEx/StarSystem.h
+++ b/StarsEx/StarSystem.h
@@ -78,10 +78,6 @@ public:
void SetActiveRegion(OrbitalRegion* rgn);
- static void SetBaseTime(long double t, bool absolute=false);
- static long double GetBaseTime();
- static long double Stardate() { return stardate; }
- static void CalcStardate();
double Radius() const { return radius; }
void SetSunlight(Color color, double brightness=1);
@@ -109,7 +105,6 @@ protected:
int affiliation;
int seq;
Point loc;
- static long double stardate;
double radius;
bool instantiated;