浏览代码

Pandora: Fixed compile error in video implementation (thanks, Bombo!).

Partially fixes Bugzilla #2734.
Philipp Wiesemann 9 年之前
父节点
当前提交
c8cd5c559a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/video/pandora/SDL_pandora.c

+ 0 - 1
src/video/pandora/SDL_pandora.c

@@ -95,7 +95,6 @@ PND_create()
 
 
     /* Setup amount of available displays and current display */
     /* Setup amount of available displays and current display */
     device->num_displays = 0;
     device->num_displays = 0;
-    device->current_display = 0;
 
 
     /* Set device free function */
     /* Set device free function */
     device->free = PND_destroy;
     device->free = PND_destroy;