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