directfb: Removed duplicate comment.

Philipp Wiesemann 2017-05-12 23:00:40 +02:00
parent 61c326e12b
commit 87e0d812dd
1 changed files with 0 additions and 2 deletions

View File

@ -107,8 +107,6 @@ DirectFB_CreateDevice(int devindex)
/* Initialize all variables that we clean on shutdown */
SDL_DFB_ALLOC_CLEAR(device, sizeof(SDL_VideoDevice));
/* Set the function pointers */
/* Set the function pointers */
device->VideoInit = DirectFB_VideoInit;
device->VideoQuit = DirectFB_VideoQuit;