Remove some obsolete TODOs.

This commit is contained in:
Tom Rothamel
2024-04-17 21:54:36 -04:00
parent 378950f633
commit a04946905d
3 changed files with 1 additions and 4 deletions
-1
View File
@@ -702,7 +702,6 @@ init -1500 python in _console:
# Try to run it as Ren'Py.
if self.can_renpy():
# TODO: Can we run Ren'Py code?
name = renpy.load_string(code + "\nreturn")
if name is not None:
-2
View File
@@ -243,8 +243,6 @@ def process_downloaded_resources():
fullpath = os.path.join(renpy.config.gamedir,rr.relpath)
to_unlink[fullpath] = time.time() + 120
# TODO: videos (when web support is implemented)
# make sure the queue doesn't contain a corrupt file so we
# don't rethrow an exception while in Ren'Py's error handler
finally:
+1 -1
View File
@@ -28,7 +28,7 @@ def process_file(fn):
l = l.replace(BOM, "")
if l.startswith("# TODO: Translation updated"):
if l.startswith("# TO" + "DO: Translation updated"):
continue
l = l.rstrip()