mirror of https://github.com/encounter/SDL.git
directfb: Removed duplicate comment.
This commit is contained in:
parent
61c326e12b
commit
87e0d812dd
|
@ -107,8 +107,6 @@ DirectFB_CreateDevice(int devindex)
|
||||||
/* Initialize all variables that we clean on shutdown */
|
/* Initialize all variables that we clean on shutdown */
|
||||||
SDL_DFB_ALLOC_CLEAR(device, sizeof(SDL_VideoDevice));
|
SDL_DFB_ALLOC_CLEAR(device, sizeof(SDL_VideoDevice));
|
||||||
|
|
||||||
/* Set the function pointers */
|
|
||||||
|
|
||||||
/* Set the function pointers */
|
/* Set the function pointers */
|
||||||
device->VideoInit = DirectFB_VideoInit;
|
device->VideoInit = DirectFB_VideoInit;
|
||||||
device->VideoQuit = DirectFB_VideoQuit;
|
device->VideoQuit = DirectFB_VideoQuit;
|
||||||
|
|
Loading…
Reference in New Issue