mirror of
https://github.com/godotengine/issue-stats.git
synced 2026-01-06 02:09:44 +03:00
Remove outdated TODO comments
These features are already implemented.
This commit is contained in:
1
build.py
1
build.py
@@ -486,7 +486,6 @@ def main() -> None:
|
||||
statistics["os"]["web"]["unknown"].add(user)
|
||||
|
||||
# TODO: Add laptop and Celeron/Pentium Intel CPUs.
|
||||
# TODO: Add Passmark scores for CPUs and GPUs.
|
||||
# The Intel CPU detection considers -KS and -KF CPUs identical to -K,
|
||||
# and -F identical to not having any suffix. (The -F suffix denotes a non-functional IGP.)
|
||||
if (
|
||||
|
||||
@@ -263,8 +263,6 @@
|
||||
"<2,500": "#431407",
|
||||
|
||||
unknown: "#808080",
|
||||
|
||||
// TODO: Add CPU/GPU generation and VRAM size colors.
|
||||
};
|
||||
|
||||
const ChartDatatype = {
|
||||
|
||||
Reference in New Issue
Block a user