瀏覽代碼

directfb: Removed duplicate comment.

Philipp Wiesemann 8 年之前
父節點
當前提交
87e0d812dd
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/video/directfb/SDL_DirectFB_video.c

+ 0 - 2
src/video/directfb/SDL_DirectFB_video.c

@@ -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;