Pandora: Fixed compile error in video implementation (thanks, Bombo!).

Partially fixes Bugzilla #2734.
This commit is contained in:
Philipp Wiesemann
2016-07-18 22:02:17 +02:00
parent 53f6e0c8bd
commit 703cb75378

View File

@@ -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;