Commit 5584b125 authored by Laurent Aimar's avatar Laurent Aimar

* all: removed ACCESS_GET_SEEKPOINT_INFO.

parent 220b6c0f
......@@ -381,7 +381,6 @@ static int Control( access_t *p_access, int i_query, va_list args )
break;
case ACCESS_GET_TITLE_INFO:
case ACCESS_GET_SEEKPOINT_INFO:
case ACCESS_SET_TITLE:
case ACCESS_SET_SEEKPOINT:
return VLC_EGENERIC;
......
......@@ -505,7 +505,6 @@ static int Control( access_t *p_access, int i_query, va_list args )
break;
case ACCESS_GET_TITLE_INFO:
case ACCESS_GET_SEEKPOINT_INFO:
case ACCESS_SET_TITLE:
case ACCESS_SET_SEEKPOINT:
return VLC_EGENERIC;
......
......@@ -735,7 +735,6 @@ static int Control( access_t *p_access, int i_query, va_list args )
break;
case ACCESS_GET_TITLE_INFO:
case ACCESS_GET_SEEKPOINT_INFO:
case ACCESS_SET_TITLE:
case ACCESS_SET_SEEKPOINT:
return VLC_EGENERIC;
......
......@@ -209,7 +209,6 @@ static int Control( access_t *p_access, int i_query, va_list args )
break;
case ACCESS_GET_TITLE_INFO:
case ACCESS_GET_SEEKPOINT_INFO:
case ACCESS_SET_TITLE:
case ACCESS_SET_SEEKPOINT:
return VLC_EGENERIC;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment