mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-23 11:38:28 +00:00
Readability: remove redundant return, continue, enum declaration
This commit is contained in:
@@ -208,7 +208,7 @@ GL_ClearErrors(SDL_Renderer *renderer)
|
||||
return;
|
||||
}
|
||||
while (data->glGetError() != GL_NO_ERROR) {
|
||||
continue;
|
||||
/* continue; */
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user