From 87e0d812ddced8481859d5993dfea18ef1a84496 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Fri, 12 May 2017 23:00:40 +0200 Subject: [PATCH] directfb: Removed duplicate comment. --- src/video/directfb/SDL_DirectFB_video.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/video/directfb/SDL_DirectFB_video.c b/src/video/directfb/SDL_DirectFB_video.c index 4750a57129c50..a40a1632cce78 100644 --- a/src/video/directfb/SDL_DirectFB_video.c +++ b/src/video/directfb/SDL_DirectFB_video.c @@ -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;