Commit c8cd5c559a0b71e56a3fd3b04da4d4ff7fae33ed

Philipp Wiesemann 2016-07-18T22:02:17

Pandora: Fixed compile error in video implementation (thanks, Bombo!). Partially fixes Bugzilla #2734.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/video/pandora/SDL_pandora.c b/src/video/pandora/SDL_pandora.c
index d1c35a7..310e667 100644
--- a/src/video/pandora/SDL_pandora.c
+++ b/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;