mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-18 07:41:45 +00:00
Pandora: Fixed compile error in video implementation (thanks, Bombo!).
Partially fixes Bugzilla #2734.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user