From a9456f3c378435aeeb2e1723b3ad05b583d59ee1 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Mon, 30 Apr 2018 17:05:44 +0200 Subject: [PATCH] ios: remove unneeded structure See 141674f20c6ec9a3f114025b3be4f41b7727efbe --- 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 *); -- 2.11.4.GIT