summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-01-24 22:30:52 +0100
committerCarl Hetherington <cth@carlh.net>2022-01-25 19:44:56 +0100
commit9c8d2ed2e112596f7bb970d20f9240ec4519ec3e (patch)
tree17a3572aea8c28bc48af0c25055408336090e988 /src/lib/util.h
parentf471db4e8dc7f3dd1eb7a9cf4d8d11e7d340df65 (diff)
Cleanup: move some methods from util to memory_util
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 a36903437..dbcb9b81e 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -102,7 +102,6 @@ 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 void* wrapped_av_malloc (size_t);
extern void set_backtrace_file (boost::filesystem::path);
extern std::map<std::string, std::string> split_get_request (std::string url);
extern std::string video_asset_filename (std::shared_ptr<dcp::PictureAsset> asset, int reel_index, int reel_count, boost::optional<std::string> content_summary);