Remove some obsolete TODOs.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user