summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-01 17:25:48 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-01 17:25:48 +0100
commitf9fcc34179a6f86425427741c60d8876099d3ed3 (patch)
tree801737b5b7627ab553026b384150d2372ac46d0e /src/lib/util.h
parentd6b7cc651e0918b903f1a66a8246ba86c7509a61 (diff)
Remove some unused methods.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index da6f660a7..836823607 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -76,9 +76,7 @@ extern boost::filesystem::path mo_path ();
#endif
extern std::string tidy_for_filename (std::string);
extern dcp::Size fit_ratio_within (float ratio, dcp::Size);
-extern int dcp_audio_frame_rate (int);
extern int stride_round_up (int, int const *, int);
-extern int round_to (float n, int r);
extern void* wrapped_av_malloc (size_t);
class FFmpegSubtitlePeriod
@@ -104,4 +102,3 @@ extern std::string video_asset_filename (boost::shared_ptr<dcp::PictureAsset> as
extern std::string audio_asset_filename (boost::shared_ptr<dcp::SoundAsset> asset);
#endif
-