[PATCH 12/23] wmsun: Remove unused UTTohhmm function.

Doug Torrance <[email protected]>
Newsgroups gmane.compw.window-managers.windowmaker.devel
Message-ID <[email protected]>
---
 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 [email protected].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.