From c8cd5c559a0b71e56a3fd3b04da4d4ff7fae33ed Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Mon, 18 Jul 2016 22:02:17 +0200 Subject: [PATCH] Pandora: Fixed compile error in video implementation (thanks, Bombo!). Partially fixes Bugzilla #2734. --- src/video/pandora/SDL_pandora.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/video/pandora/SDL_pandora.c b/src/video/pandora/SDL_pandora.c index d1c35a705696a..310e667e79ff1 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;