[vlc-devel] commit: Cosmetics. (Laurent Aimar )
git version control
git at videolan.org
Sat Nov 28 11:48:35 CET 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Fri Nov 27 23:10:41 2009 +0100| [9ff8ab102772c40a6fa108a1e59b3f53d304531f] | committer: Laurent Aimar
Cosmetics.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9ff8ab102772c40a6fa108a1e59b3f53d304531f
---
src/input/input.c | 2 --
src/input/input_internal.h | 2 --
2 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/input/input.c b/src/input/input.c
index 03d172f..b979388 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -1578,7 +1578,6 @@ static bool Control( input_thread_t *p_input,
break;
case INPUT_CONTROL_SET_POSITION:
- case INPUT_CONTROL_SET_POSITION_OFFSET:
{
double f_pos;
@@ -1614,7 +1613,6 @@ static bool Control( input_thread_t *p_input,
}
case INPUT_CONTROL_SET_TIME:
- case INPUT_CONTROL_SET_TIME_OFFSET:
{
int64_t i_time;
int i_ret;
diff --git a/src/input/input_internal.h b/src/input/input_internal.h
index 2725f6b..d674445 100644
--- a/src/input/input_internal.h
+++ b/src/input/input_internal.h
@@ -183,10 +183,8 @@ enum input_control_e
INPUT_CONTROL_SET_RATE_FASTER,
INPUT_CONTROL_SET_POSITION,
- INPUT_CONTROL_SET_POSITION_OFFSET,
INPUT_CONTROL_SET_TIME,
- INPUT_CONTROL_SET_TIME_OFFSET,
INPUT_CONTROL_SET_PROGRAM,
More information about the vlc-devel
mailing list