(split from Astrognome)Removed unneeded global variable from SWE-GLib

This commit is contained in:
Gergely Polonkai 2013-09-01 16:07:56 +02:00
parent 40ca22c859
commit 47268030b9
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
gboolean gswe_initialized = FALSE;
gchar *gswe_ephe_path = NULL;
GHashTable *gswe_planet_info_table;
GArray *gswe_morrison_stephenson_deltat = NULL;
#define ADD_PLANET(ht, v, i, n, o, dom1, dom2, exi1, exi2, exa, fal) (v) = g_new0(GswePlanetInfo, 1); \
(v)->planet = (i); \