summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2012-02-11 02:34:18 +0100
committerBert Münnich <ber.t@gmx.com>2012-02-11 02:34:18 +0100
commitc3c95ab2187037793f9a827a8930eb4080337487 (patch)
tree8aa14f0152106354355001e078cea5c0bd46adee /util.h
parentd2ec67e3311d0f20376f2de3e9b712e4adb0e878 (diff)
downloadnsxiv-c3c95ab2187037793f9a827a8930eb4080337487.tar.zst
Removed slideshow support
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/util.h b/util.h
index 4a34e2a..288d359 100644
--- a/util.h
+++ b/util.h
@@ -71,7 +71,6 @@ void die(const char*, ...);
ssize_t get_line(char**, size_t*, FILE*);
void size_readable(float*, const char**);
-void time_readable(float*, const char**);
char* absolute_path(const char*);