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