diff --git a/src/gradix.c b/src/gradix.c index 55c3ecd..5a4d2b8 100644 --- a/src/gradix.c +++ b/src/gradix.c @@ -348,8 +348,6 @@ main(int argc, char *argv[]) te, cusps[13], ascmc[10]; - int elementPoint[4]; - int typePoint[3]; planetInfo_t *planetInfo; moonPhase *phase; @@ -361,14 +359,6 @@ main(int argc, char *argv[]) min = 54; #endif - for (p = 0; p < 4; p++) { - elementPoint[p] = 0; - } - - for (p = 0; p < 3; p++) { - typePoint[p] = 0; - } - swe_set_ephe_path(EPHEDIR); if (set_location_and_time(lon, lat, alt, year, month, day, hour, min, sec, timezone, &te) == 0) { @@ -384,7 +374,6 @@ main(int argc, char *argv[]) } sign = get_sign(ascmc[0]); - ascTypePair = signType[sign]; printf("Asc.......: %s\n", signName[sign]);