summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-10 00:56:48 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-10 00:56:48 +0000
commit5c93e50af883f02eadcf9a7bfe9cbfabbb3be844 (patch)
tree82a2f835c082a3104e8002139463b07650cd6390 /src/lib/util.h
parent0c32e4bfd1ad6418dad2a504a4bf6cdea48f6d75 (diff)
Trim unused stuff.
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 b6817f883..1d04d358b 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -70,7 +70,6 @@ extern boost::filesystem::path mo_path ();
extern std::string tidy_for_filename (std::string);
extern dcp::Size fit_ratio_within (float ratio, dcp::Size, int);
extern std::string entities_to_text (std::string e);
-extern std::map<std::string, std::string> split_get_request (std::string url);
extern int dcp_audio_frame_rate (int);
extern int stride_round_up (int, int const *, int);
extern int round_to (float n, int r);