diff src/video/dc/SDL_dcevents.c @ 1223:ba2d708ee116

Removed some incorrect comments in the "dc" driver that survived the initial cut-and-paste from the dummy video skeleton.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 04 Jan 2006 19:25:18 +0000
parents b8d311d90021
children c9b51268668f
line wrap: on
line diff
--- a/src/video/dc/SDL_dcevents.c	Wed Jan 04 01:08:40 2006 +0000
+++ b/src/video/dc/SDL_dcevents.c	Wed Jan 04 19:25:18 2006 +0000
@@ -30,9 +30,6 @@
  "@(#) $Id$";
 #endif
 
-/* Being a null driver, there's no event stream. We just define stubs for
-   most of the API. */
-
 #include "SDL.h"
 #include "SDL_sysevents.h"
 #include "SDL_events_c.h"