Readability: remove redundant return, continue, enum declaration

This commit is contained in:
Sylvain Becker 2019-10-30 15:36:17 +01:00
parent b458d7a28f
commit 60d3965ece
6 changed files with 3 additions and 8 deletions

View file

@ -208,7 +208,7 @@ GL_ClearErrors(SDL_Renderer *renderer)
return;
}
while (data->glGetError() != GL_NO_ERROR) {
continue;
/* continue; */
}
}