From f471db4e8dc7f3dd1eb7a9cf4d8d11e7d340df65 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 24 Jan 2022 22:30:20 +0100 Subject: Cleanup: move stride_round_up into the only place it is used. --- src/lib/util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/util.h') diff --git a/src/lib/util.h b/src/lib/util.h index 790feea05..a36903437 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 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); -- cgit v1.2.3