vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Sun Apr 12 
22:16:41 2020 +0300| [032d26d5a398868c29322bc7d548431af37e0d52] | committer: 
Rémi Denis-Courmont

vout: remove stray struct members

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=032d26d5a398868c29322bc7d548431af37e0d52
---

 src/video_output/control.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/video_output/control.h b/src/video_output/control.h
index acac368d2d..ff9d4a93e1 100644
--- a/src/video_output/control.h
+++ b/src/video_output/control.h
@@ -41,14 +41,6 @@ typedef struct {
     union {
         bool    boolean;
         char    *string;
-        struct {
-            int channel;
-            float value;
-        } spu_rate;
-        struct {
-            int channel;
-            vlc_tick_t value;
-        } spu_delay;
         vlc_mouse_t mouse;
         vlc_viewpoint_t viewpoint;
     };

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to