diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-03-05 22:31:06 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-03-05 22:31:06 +0000 |
commit | 8ea6db0abc6246ecc70dec14007e2518b175fdb1 (patch) | |
tree | 3caaeb90bc6c251d0f17529855c82991d893ddd7 /src/video_out/video_out_xshm.c | |
parent | b2ba852bbb64780030ba72d451ef3d7c6ac2e63c (diff) | |
download | xine-lib-8ea6db0abc6246ecc70dec14007e2518b175fdb1.tar.gz xine-lib-8ea6db0abc6246ecc70dec14007e2518b175fdb1.tar.bz2 |
remove bad "get_info" functions.
----------------------------------------------------------------------
CVS patchset: 1539
CVS date: 2002/03/05 22:31:06
Diffstat (limited to 'src/video_out/video_out_xshm.c')
-rw-r--r-- | src/video_out/video_out_xshm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/video_out/video_out_xshm.c b/src/video_out/video_out_xshm.c index 529b220fd..60ffc6236 100644 --- a/src/video_out/video_out_xshm.c +++ b/src/video_out/video_out_xshm.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_xshm.c,v 1.65 2002/03/01 09:29:50 guenter Exp $ + * $Id: video_out_xshm.c,v 1.66 2002/03/05 22:31:06 jcdutton Exp $ * * video_out_xshm.c, X11 shared memory extension interface for xine * @@ -1273,7 +1273,6 @@ vo_driver_t *init_video_out_plugin (config_values_t *config, void *visual_gen) { this->vo_driver.get_property_min_max = xshm_get_property_min_max; this->vo_driver.gui_data_exchange = xshm_gui_data_exchange; this->vo_driver.exit = xshm_exit; - this->vo_driver.get_info = get_video_out_plugin_info; XAllocNamedColor (this->display, DefaultColormap (this->display, this->screen), |