(split from Astrognome)Removed unnecessary julian_timestamp property of GsweMomentPrivate
This commit is contained in:
parent
e996fa6093
commit
32f7ba9fb1
@ -5,7 +5,6 @@
|
||||
|
||||
struct _GsweMomentPrivate {
|
||||
GDateTime *timestamp;
|
||||
gdouble julian_timestamp;
|
||||
GsweCoordinates coordinates;
|
||||
};
|
||||
|
||||
|
@ -3,6 +3,8 @@
|
||||
|
||||
#include <glib-object.h>
|
||||
|
||||
#include "gswe-timestamp.h"
|
||||
|
||||
#define GSWE_TYPE_MOMENT (gswe_moment_get_type())
|
||||
#define GSWE_MOMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GSWE_TYPE_MOMENT, GsweMoment))
|
||||
#define GSWE_IS_MOMENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), GSWE_TYPE_MOMENT))
|
||||
|
Loading…
x
Reference in New Issue
Block a user