vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | 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 *); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
