aboutsummaryrefslogtreecommitdiffstats
path: root/src/libred.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-04 21:19:07 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-04 21:19:07 +0100
commit5aa19525320fa10f6de202e8de4c3a3e67f7d426 (patch)
treed83c7d7e53602f4ae9e9fac1e9b927112e025593 /src/libred.h
parentm (diff)
downloadlibred-5aa19525320fa10f6de202e8de4c3a3e67f7d426.tar.gz
libred-5aa19525320fa10f6de202e8de4c3a3e67f7d426.tar.bz2
libred-5aa19525320fa10f6de202e8de4c3a3e67f7d426.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/libred.h')
-rw-r--r--src/libred.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libred.h b/src/libred.h
index 98011cb..83554e8 100644
--- a/src/libred.h
+++ b/src/libred.h
@@ -102,11 +102,7 @@ double libred_solar_elevation(double latitude, double longitude);
*
* @return 0 on success, -1 on error.
*/
-#if defined(TIMETRAVELLER)
int libred_check_timetravel(void);
-#else
-# define libred_check_timetravel() 0
-#endif