Pandora: Fixed compile error in video implementation (thanks, Bombo!). Partially fixes Bugzilla #2734.
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;