From 8ea6db0abc6246ecc70dec14007e2518b175fdb1 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Tue, 5 Mar 2002 22:31:06 +0000 Subject: remove bad "get_info" functions. ---------------------------------------------------------------------- CVS patchset: 1539 CVS date: 2002/03/05 22:31:06 --- src/video_out/video_out_fb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/video_out/video_out_fb.c') diff --git a/src/video_out/video_out_fb.c b/src/video_out/video_out_fb.c index 8dbbd0f46..a50ca495f 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.5 2002/02/09 07:13:24 guenter Exp $ + * $Id: video_out_fb.c,v 1.6 2002/03/05 22:31:06 jcdutton Exp $ * * video_out_fb.c, frame buffer xine driver by Miguel Freitas * @@ -770,7 +770,6 @@ vo_driver_t *init_video_out_plugin (config_values_t *config, void *visual_gen) { this->vo_driver.get_property_min_max = fb_get_property_min_max; this->vo_driver.gui_data_exchange = fb_gui_data_exchange; this->vo_driver.exit = fb_exit; - this->vo_driver.get_info = get_video_out_plugin_info; device_name = config->register_string (config, "video.fb_device", "/dev/fb0", "framebuffer device", NULL, NULL, NULL); -- cgit v1.2.3