Updated comments in video implementations.
--- a/src/video/pandora/SDL_pandora.c Mon Jul 18 22:02:17 2016 +0200
+++ b/src/video/pandora/SDL_pandora.c Mon Jul 18 22:03:47 2016 +0200
@@ -93,7 +93,7 @@
phdata->egl_initialized = SDL_TRUE;
- /* Setup amount of available displays and current display */
+ /* Setup amount of available displays */
device->num_displays = 0;
/* Set device free function */
--- a/src/video/psp/SDL_pspvideo.c Mon Jul 18 22:02:17 2016 +0200
+++ b/src/video/psp/SDL_pspvideo.c Mon Jul 18 22:03:47 2016 +0200
@@ -101,7 +101,7 @@
phdata->egl_initialized = SDL_TRUE;
- /* Setup amount of available displays and current display */
+ /* Setup amount of available displays */
device->num_displays = 0;
/* Set device free function */
--- a/src/video/raspberry/SDL_rpivideo.c Mon Jul 18 22:02:17 2016 +0200
+++ b/src/video/raspberry/SDL_rpivideo.c Mon Jul 18 22:03:47 2016 +0200
@@ -88,7 +88,7 @@
device->driverdata = phdata;
- /* Setup amount of available displays and current display */
+ /* Setup amount of available displays */
device->num_displays = 0;
/* Set device free function */
--- a/src/video/vivante/SDL_vivantevideo.c Mon Jul 18 22:02:17 2016 +0200
+++ b/src/video/vivante/SDL_vivantevideo.c Mon Jul 18 22:03:47 2016 +0200
@@ -77,7 +77,7 @@
device->driverdata = data;
- /* Setup amount of available displays and current display */
+ /* Setup amount of available displays */
device->num_displays = 0;
/* Set device free function */