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