# HG changeset patch # User Philipp Wiesemann # Date 1468872137 -7200 # Node ID 4b0ac1c3fcf89378a7944610636beb06e80f18be # Parent c678dcec4f44252ae55ec5b67dea63290cd0f516 Pandora: Fixed compile error in video implementation (thanks, Bombo!). Partially fixes Bugzilla #2734. diff -r c678dcec4f44 -r 4b0ac1c3fcf8 src/video/pandora/SDL_pandora.c --- a/src/video/pandora/SDL_pandora.c Mon Jul 18 22:01:01 2016 +0200 +++ b/src/video/pandora/SDL_pandora.c Mon Jul 18 22:02:17 2016 +0200 @@ -95,7 +95,6 @@ /* Setup amount of available displays and current display */ device->num_displays = 0; - device->current_display = 0; /* Set device free function */ device->free = PND_destroy;