[vlc-commits] ios: remove unneeded structure
Jean-Baptiste Kempf
git at videolan.org
Mon Apr 30 17:09:39 CEST 2018
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Apr 30 17:05:44 2018 +0200| [a9456f3c378435aeeb2e1723b3ad05b583d59ee1] | committer: Jean-Baptiste Kempf
ios: remove unneeded structure
See 141674f20c6ec9a3f114025b3be4f41b7727efbe
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a9456f3c378435aeeb2e1723b3ad05b583d59ee1
---
modules/video_output/ios.m | 5 -----
1 file changed, 5 deletions(-)
diff --git a/modules/video_output/ios.m b/modules/video_output/ios.m
index 1ea2ee45aa..31fd367bfe 100644
--- a/modules/video_output/ios.m
+++ b/modules/video_output/ios.m
@@ -51,11 +51,6 @@
/**
* Forward declarations
*/
-
-struct picture_sys_t {
- CVPixelBufferRef pixelBuffer;
-};
-
static int Open(vlc_object_t *);
static void Close(vlc_object_t *);
More information about the vlc-commits
mailing list