summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-02-03 01:01:32 +0000
committerCarl Hetherington <cth@carlh.net>2015-02-03 01:01:32 +0000
commit5500e2034203773e15bb3ec0ad8abcd4661fed82 (patch)
treee0a90a9b05b217533e3c9af9a70655382b229e3a /src/lib/util.h
parente775fc5125fdbd955934f04a50a58f6660d6f28e (diff)
Move log environment dump stuff out into its own file.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index c17dbf05b..bfb39fc1d 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -56,7 +56,6 @@ struct AVSubtitle;
extern std::string seconds_to_hms (int);
extern std::string seconds_to_approximate_hms (int);
-extern std::string dependency_version_summary ();
extern double seconds (struct timeval);
extern void dcpomatic_setup ();
extern void dcpomatic_setup_gettext_i18n (std::string);