Skip to content

Commit

Permalink
directfb: Removed duplicate comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 12, 2017
1 parent 61c326e commit 87e0d81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/video/directfb/SDL_DirectFB_video.c
Expand Up @@ -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;
Expand Down

0 comments on commit 87e0d81

Please sign in to comment.