mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-04 02:47:39 +00:00
Readability: remove redundant return, continue, enum declaration
This commit is contained in:
parent
b458d7a28f
commit
60d3965ece
6 changed files with 3 additions and 8 deletions
|
@ -208,7 +208,7 @@ GL_ClearErrors(SDL_Renderer *renderer)
|
|||
return;
|
||||
}
|
||||
while (data->glGetError() != GL_NO_ERROR) {
|
||||
continue;
|
||||
/* continue; */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue