diff options
| author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-03-07 13:26:15 +0000 |
|---|---|---|
| committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-03-07 13:26:15 +0000 |
| commit | 90074eb0a111f126ef7cf5825ddf772751da4455 (patch) | |
| tree | 7f222da3c85f4d2bc6961a42a2e4b1ae0959a9d4 /src/video_out/video_out_xv.c | |
| parent | 0695f64b679ecfa47dba90e24f2c40e278a5b34b (diff) | |
| download | xine-lib-90074eb0a111f126ef7cf5825ddf772751da4455.tar.gz xine-lib-90074eb0a111f126ef7cf5825ddf772751da4455.tar.bz2 | |
Small clean up.
From Michael Roitzsch
CVS patchset: 1541
CVS date: 2002/03/07 13:26:15
Diffstat (limited to 'src/video_out/video_out_xv.c')
| -rw-r--r-- | src/video_out/video_out_xv.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c index ff5071d65..a2514bd73 100644 --- a/src/video_out/video_out_xv.c +++ b/src/video_out/video_out_xv.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_xv.c,v 1.104 2002/03/05 22:31:06 jcdutton Exp $ + * $Id: video_out_xv.c,v 1.105 2002/03/07 13:26:16 jcdutton Exp $ * * video_out_xv.c, X11 video extension interface for xine * @@ -197,8 +197,6 @@ struct xv_driver_s { int gX11Fail; -vo_info_t *get_video_out_plugin_info(); - static uint32_t xv_get_capabilities (vo_driver_t *this_gen) { xv_driver_t *this = (xv_driver_t *) this_gen; |
