Преглед на файлове

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 */
     device->num_displays = 0;
-    device->current_display = 0;
 
     /* Set device free function */
     device->free = PND_destroy;