diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-24 22:30:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-03 23:43:34 +0200 |
| commit | 4b74bd9f359b9fe4f841cd9a361f3b2b24c2351e (patch) | |
| tree | 5c4937e6c902597ac0575c07be9e8b235ecc7c4c /src/lib/util.h | |
| parent | d311043bf3c1e3e7f41b314f7ab7c91ed7e5aa7f (diff) | |
Cleanup: move stride_round_up into the only place it is used.
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 cbf4b491b..bd9eaf96e 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -106,7 +106,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 int stride_round_up (int, int const *, int); 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); |
