From d478f26ef40b290152ef1e2861d7dea05a473141 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Mon, 18 Jul 2016 22:03:47 +0200 Subject: [PATCH] Updated comments in video implementations. --- src/video/pandora/SDL_pandora.c | 2 +- src/video/psp/SDL_pspvideo.c | 2 +- src/video/raspberry/SDL_rpivideo.c | 2 +- src/video/vivante/SDL_vivantevideo.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/video/pandora/SDL_pandora.c b/src/video/pandora/SDL_pandora.c index 310e667e79ff1..eee10c7913fb5 100644 --- a/src/video/pandora/SDL_pandora.c +++ b/src/video/pandora/SDL_pandora.c @@ -93,7 +93,7 @@ PND_create() 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 */ diff --git a/src/video/psp/SDL_pspvideo.c b/src/video/psp/SDL_pspvideo.c index ab0c611a2d4ac..d43c760780e99 100644 --- a/src/video/psp/SDL_pspvideo.c +++ b/src/video/psp/SDL_pspvideo.c @@ -101,7 +101,7 @@ PSP_Create() 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 */ diff --git a/src/video/raspberry/SDL_rpivideo.c b/src/video/raspberry/SDL_rpivideo.c index 539c88c9bb552..40a398a03ffb1 100644 --- a/src/video/raspberry/SDL_rpivideo.c +++ b/src/video/raspberry/SDL_rpivideo.c @@ -88,7 +88,7 @@ RPI_Create() device->driverdata = phdata; - /* Setup amount of available displays and current display */ + /* Setup amount of available displays */ device->num_displays = 0; /* Set device free function */ diff --git a/src/video/vivante/SDL_vivantevideo.c b/src/video/vivante/SDL_vivantevideo.c index cb1a2649b4096..0372de5c352bb 100644 --- a/src/video/vivante/SDL_vivantevideo.c +++ b/src/video/vivante/SDL_vivantevideo.c @@ -77,7 +77,7 @@ VIVANTE_Create() device->driverdata = data; - /* Setup amount of available displays and current display */ + /* Setup amount of available displays */ device->num_displays = 0; /* Set device free function */