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,
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]);