---
src/funcs.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/funcs.c b/src/funcs.c
index e5255c7..181b78f 100644
--- a/src/funcs.c
+++ b/src/funcs.c
@@ -1855,9 +1855,7 @@ static int FTimeStuff(int wantmins, func_info *info)
static int SunStuff(int rise, double cosz, int jul)
{
int mins, hours;
- int dusk_or_dawn;
int year, mon, day;
- int jan0;
double M, L, tanA, sinDelta, cosDelta, a, a_hr, cosH, t, H, T;
double latitude, longdeg, UT, local;
@@ -1879,9 +1877,7 @@ static int SunStuff(int rise, double cosz, int jul)
FromJulian(jul, &year, &mon, &day);
- jan0 = jul - Julian(year, 0, 1);
- dusk_or_dawn = rise;
if (rise > 1)
rise -= 2;
--
1.8.2-- + privacy is necessary + using gnupg http://gnupg.org + public key id: 0x92FEFDB7E44C32F9
pgpUVNUL3_AZB.pgp
Description: PGP signature
_______________________________________________ Remind-fans mailing list [email protected] http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans Remind is at http://www.roaringpenguin.com/products/remind
