---
 wmsun/SunRise.c | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/wmsun/SunRise.c b/wmsun/SunRise.c
index a346160..21ff9c9 100644
--- a/wmsun/SunRise.c
+++ b/wmsun/SunRise.c
@@ -105,20 +105,6 @@ void SunRise(int year, int month, int day, double 
LocalHour, double *UTRise, dou
 
 }
 
-
-void UTTohhmm(double UT, int *h, int *m){
-
-
-    if (UT < 0.0) {
-       *h = -1.0;
-       *m = -1.0;
-    } else {
-        *h = (int)UT;
-        *m = (int)((UT-(double)(*h))*60.0+0.5);
-    }
-
-}
-
 double SinH(int year, int month, int day, double UT){
 
     double     TU, frac(), jd();
-- 
2.1.4


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to