diff options
Diffstat (limited to 'src/video_out/video_out_fb.c')
-rw-r--r-- | src/video_out/video_out_fb.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/video_out/video_out_fb.c b/src/video_out/video_out_fb.c index a50ca495f..bef2ad75c 100644 --- a/src/video_out/video_out_fb.c +++ b/src/video_out/video_out_fb.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_fb.c,v 1.6 2002/03/05 22:31:06 jcdutton Exp $ + * $Id: video_out_fb.c,v 1.7 2002/03/07 13:26:15 jcdutton Exp $ * * video_out_fb.c, frame buffer xine driver by Miguel Freitas * @@ -139,12 +139,6 @@ typedef struct fb_driver_s { /* - * first, some utility functions - */ -vo_info_t *get_video_out_plugin_info(); - - -/* * and now, the driver functions */ |