Cleanup: move stride_round_up into the only place it is used.
[dcpomatic.git] / src / lib / util.h
index cbf4b491b8f31acdf6ebc243eb7696d132128222..bd9eaf96e1664f5286dedd6d5683a48616187e46 100644 (file)
@@ -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);