Removed hidden ascendant related stuff

It is questionable, if it exists at all. Removing
until some expert opinions found.
This commit is contained in:
Gergely Polonkai 2013-07-26 22:56:49 +02:00
parent 400f48fe47
commit 3d34957e31

View File

@ -348,8 +348,6 @@ main(int argc, char *argv[])
te, te,
cusps[13], cusps[13],
ascmc[10]; ascmc[10];
int elementPoint[4];
int typePoint[3];
planetInfo_t *planetInfo; planetInfo_t *planetInfo;
moonPhase *phase; moonPhase *phase;
@ -361,14 +359,6 @@ main(int argc, char *argv[])
min = 54; min = 54;
#endif #endif
for (p = 0; p < 4; p++) {
elementPoint[p] = 0;
}
for (p = 0; p < 3; p++) {
typePoint[p] = 0;
}
swe_set_ephe_path(EPHEDIR); swe_set_ephe_path(EPHEDIR);
if (set_location_and_time(lon, lat, alt, year, month, day, hour, min, sec, timezone, &te) == 0) { 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]); sign = get_sign(ascmc[0]);
ascTypePair = signType[sign];
printf("Asc.......: %s\n", signName[sign]); printf("Asc.......: %s\n", signName[sign]);