[vlc-commits] vout: remove unused VOUT_CONTROL_RESET

Rémi Denis-Courmont git at videolan.org
Sun Jan 22 16:02:10 CET 2017


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jan 18 15:50:22 2017 +0200| [6288a0ba0ddde66d02ab8bcd78c392aca06afac3] | committer: Rémi Denis-Courmont

vout: remove unused VOUT_CONTROL_RESET

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

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

diff --git a/src/video_output/control.h b/src/video_output/control.h
index 6804742..14eec34 100644
--- a/src/video_output/control.h
+++ b/src/video_output/control.h
@@ -47,7 +47,6 @@ enum {
     VOUT_CONTROL_CHANGE_SUB_MARGIN,     /* integer */
 
     VOUT_CONTROL_PAUSE,
-    VOUT_CONTROL_RESET,
     VOUT_CONTROL_FLUSH,                 /* time */
     VOUT_CONTROL_STEP,                  /* time_ptr */
 



More information about the vlc-commits mailing list