[Scummvm-git-logs] scummvm master -> 3602afaf29c1bec5868e45dea45843536bbf2370
whoozle
noreply at scummvm.org
Sat Jul 18 21:21:04 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
3602afaf29 PHOENIXVR: Remove non-existing Script::strip declaration
Commit: 3602afaf29c1bec5868e45dea45843536bbf2370
https://github.com/scummvm/scummvm/commit/3602afaf29c1bec5868e45dea45843536bbf2370
Author: Vladimir Menshakov (vladimir.menshakov at gmail.com)
Date: 2026-07-18T22:20:23+01:00
Commit Message:
PHOENIXVR: Remove non-existing Script::strip declaration
Changed paths:
engines/phoenixvr/script.h
diff --git a/engines/phoenixvr/script.h b/engines/phoenixvr/script.h
index 37032b20e31..ab8d77426c8 100644
--- a/engines/phoenixvr/script.h
+++ b/engines/phoenixvr/script.h
@@ -126,7 +126,6 @@ private:
ConditionalPtr _conditional;
private:
- static Common::String strip(const Common::String &str);
void parseLine(const Common::String &line, uint lineno);
public:
More information about the Scummvm-git-logs
mailing list