summaryrefslogtreecommitdiffstats
path: root/video/mp_image.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-17 23:26:53 +0200
committerwm4 <wm4@nowhere>2014-06-17 23:26:53 +0200
commitefa6b09b65f8c87a18745352777225adef7dbfc0 (patch)
tree3dda68b348c67ac66bf2cdf98245290a86213381 /video/mp_image.h
parent2827ff1eabbe87f7f91ae174ba321cab06f5cbe0 (diff)
downloadmpv-efa6b09b65f8c87a18745352777225adef7dbfc0.tar.bz2
mpv-efa6b09b65f8c87a18745352777225adef7dbfc0.tar.xz
video: remove redundant function
mp_image_params_from_image() is now trivial and can be removed.
Diffstat (limited to 'video/mp_image.h')
-rw-r--r--video/mp_image.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/mp_image.h b/video/mp_image.h
index 8282c06df9..8419da8e3c 100644
--- a/video/mp_image.h
+++ b/video/mp_image.h
@@ -143,9 +143,6 @@ bool mp_image_params_valid(const struct mp_image_params *p);
bool mp_image_params_equals(const struct mp_image_params *p1,
const struct mp_image_params *p2);
-void mp_image_params_from_image(struct mp_image_params *params,
- const struct mp_image *image);
-
void mp_image_set_params(struct mp_image *image,
const struct mp_image_params *params);