diff options
Diffstat (limited to 'src/video_out/video_out_sdl.c')
-rw-r--r-- | src/video_out/video_out_sdl.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/video_out/video_out_sdl.c b/src/video_out/video_out_sdl.c index 39efccc63..f724fd057 100644 --- a/src/video_out/video_out_sdl.c +++ b/src/video_out/video_out_sdl.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_sdl.c,v 1.3 2002/01/22 01:43:13 miguelfreitas Exp $ + * $Id: video_out_sdl.c,v 1.4 2002/01/24 23:09:53 guenter Exp $ * * video_out_sdl.c, Simple DirectMedia Layer * @@ -513,13 +513,6 @@ static int sdl_gui_data_exchange (vo_driver_t *this_gen, sdl_adapt_to_output_area (this, area->x, area->y, area->w, area->h); break; - case GUI_DATA_EX_LOGO_VISIBILITY: -#ifdef SDL_LOG - printf ("video_out_sdl: GUI_DATA_EX_LOGO_VISIBILITY\n"); -#endif - /* FIXME: implement */ - break; - case GUI_DATA_EX_DRAWABLE_CHANGED: #ifdef SDL_LOG printf ("video_out_sdl: GUI_DATA_EX_DRAWABLE_CHANGED\n"); |