(split from Astrognome)Removed unnecessary julian_timestamp property of GsweMomentPrivate

This commit is contained in:
Gergely Polonkai 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;
};

View File

@ -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))