Removed some TODO already done

This commit is contained in:
raysan5 2015-02-09 18:29:32 +01:00
parent 47827ddda1
commit e1353b9f7d
4 changed files with 20 additions and 22 deletions

View file

@ -690,8 +690,7 @@ Color Fade(Color color, float alpha)
return (Color){color.r, color.g, color.b, color.a*alpha};
}
// Enable some window configurations (SetWindowFlags()?)
// TODO: Review function name and usage
// Enable some window/system configurations
void SetConfigFlags(char flags)
{
configFlags = flags;