X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Futil.h;h=bd9eaf96e1664f5286dedd6d5683a48616187e46;hp=cbf4b491b8f31acdf6ebc243eb7696d132128222;hb=4b74bd9f359b9fe4f841cd9a361f3b2b24c2351e;hpb=d311043bf3c1e3e7f41b314f7ab7c91ed7e5aa7f 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 split_get_request (std::string url);