Skip to content

Commit

Permalink
Pandora: Fixed compile error in video implementation (thanks, Bombo!).
Browse files Browse the repository at this point in the history
Partially fixes Bugzilla #2734.
  • Loading branch information
philippwiesemann committed Jul 18, 2016
1 parent e7a9095 commit c8cd5c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/pandora/SDL_pandora.c
Expand Up @@ -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;
Expand Down

0 comments on commit c8cd5c5

Please sign in to comment.