(split from Astrognome)Removed unnecessary julian_timestamp property of GsweMomentPrivate

This commit is contained in:
2013-09-01 14:21:21 +02:00
parent e996fa6093
commit 32f7ba9fb1
2 changed files with 2 additions and 1 deletions

View File

@@ -5,7 +5,6 @@
struct _GsweMomentPrivate {
GDateTime *timestamp;
gdouble julian_timestamp;
GsweCoordinates coordinates;
};