Updated comments in video implementations.
1.1 --- a/src/video/pandora/SDL_pandora.c Mon Jul 18 22:02:17 2016 +0200
1.2 +++ b/src/video/pandora/SDL_pandora.c Mon Jul 18 22:03:47 2016 +0200
1.3 @@ -93,7 +93,7 @@
1.4 phdata->egl_initialized = SDL_TRUE;
1.5
1.6
1.7 - /* Setup amount of available displays and current display */
1.8 + /* Setup amount of available displays */
1.9 device->num_displays = 0;
1.10
1.11 /* Set device free function */
2.1 --- a/src/video/psp/SDL_pspvideo.c Mon Jul 18 22:02:17 2016 +0200
2.2 +++ b/src/video/psp/SDL_pspvideo.c Mon Jul 18 22:03:47 2016 +0200
2.3 @@ -101,7 +101,7 @@
2.4 phdata->egl_initialized = SDL_TRUE;
2.5
2.6
2.7 - /* Setup amount of available displays and current display */
2.8 + /* Setup amount of available displays */
2.9 device->num_displays = 0;
2.10
2.11 /* Set device free function */
3.1 --- a/src/video/raspberry/SDL_rpivideo.c Mon Jul 18 22:02:17 2016 +0200
3.2 +++ b/src/video/raspberry/SDL_rpivideo.c Mon Jul 18 22:03:47 2016 +0200
3.3 @@ -88,7 +88,7 @@
3.4
3.5 device->driverdata = phdata;
3.6
3.7 - /* Setup amount of available displays and current display */
3.8 + /* Setup amount of available displays */
3.9 device->num_displays = 0;
3.10
3.11 /* Set device free function */
4.1 --- a/src/video/vivante/SDL_vivantevideo.c Mon Jul 18 22:02:17 2016 +0200
4.2 +++ b/src/video/vivante/SDL_vivantevideo.c Mon Jul 18 22:03:47 2016 +0200
4.3 @@ -77,7 +77,7 @@
4.4
4.5 device->driverdata = data;
4.6
4.7 - /* Setup amount of available displays and current display */
4.8 + /* Setup amount of available displays */
4.9 device->num_displays = 0;
4.10
4.11 /* Set device free function */