summaryrefslogtreecommitdiff
path: root/src/lib/util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util.cc')
-rw-r--r--src/lib/util.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc
index 2767068d4..a6a26ccf7 100644
--- a/src/lib/util.cc
+++ b/src/lib/util.cc
@@ -680,17 +680,6 @@ fit_ratio_within (float ratio, dcp::Size full_frame)
}
-void *
-wrapped_av_malloc (size_t s)
-{
- auto p = av_malloc (s);
- if (!p) {
- throw bad_alloc ();
- }
- return p;
-}
-
-
map<string, string>
split_get_request (string url)
{