diff options
Diffstat (limited to 'src/libred.h')
-rw-r--r-- | src/libred.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libred.h b/src/libred.h index 557b5ef..9a2f7ba 100644 --- a/src/libred.h +++ b/src/libred.h @@ -79,7 +79,6 @@ #define LIBRED_IS_ASTRONOMICAL_TWILIGHT(ELEV) ((-18.0 <= (ELEV)) && ((ELEV) <= -12.0)) - /** * Calculates the Sun's elevation as apparent. * from a geographical position. |