diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-26 10:48:24 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-26 10:48:24 +0000 |
commit | 4ccc53146ceecf9658327a570297c15ff5ab375d (patch) | |
tree | 825b7b97e03c562f068b8e7074e089038f460e38 /src/input/input_v4l.c | |
parent | 65755ffce4852d5ddefe3b77bb4f2cbf76fadbfe (diff) | |
download | xine-lib-4ccc53146ceecf9658327a570297c15ff5ab375d.tar.gz xine-lib-4ccc53146ceecf9658327a570297c15ff5ab375d.tar.bz2 |
fix some prominent compiler warnings
CVS patchset: 5600
CVS date: 2003/10/26 10:48:24
Diffstat (limited to 'src/input/input_v4l.c')
-rw-r--r-- | src/input/input_v4l.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/input/input_v4l.c b/src/input/input_v4l.c index add768ce5..663543cf4 100644 --- a/src/input/input_v4l.c +++ b/src/input/input_v4l.c @@ -776,19 +776,6 @@ static int open_radio_capture_device(v4l_input_plugin_t *this) return 2; } -static int close_radio_capture_device(v4l_input_plugin_t *this) -{ - if (this->radio_fd > 0) - close(this->radio_fd); - else - /* Radio device probably never opened. So nothing left to cleanup. */ - return 0; - - this->radio_fd = 0; - - return 1; -} - /** * Open the video capture device. * |