diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-24 22:30:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-04 23:09:10 +0200 |
| commit | 8eb951b71fa90e54c8da64e54cf5ddf6bf0809cf (patch) | |
| tree | 21ecdd4e8b1a71840dfee3ccb5ed907d93d38c42 /src/lib/util.h | |
| parent | cf2ed48d21ddbc32bda262064480e88e69dc031a (diff) | |
Cleanup: move some methods from util to memory_util.
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index fd11fffbd..e335434d8 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); |
