summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-08-22 21:48:28 +0200
committerGitHub <noreply@github.com>2022-08-22 21:48:28 +0200
commit7c85c4a27ee230f6e863169e754ca3a883a57d02 (patch)
tree86124a9c4d731d7107f95af295bb445a30e41fbb /platform
parent85cb22bd919290be8ad6349edc34e5d39102f244 (diff)
parente886d662ec2580c9b19c44296d0bb64fbf635ecf (diff)
Merge pull request #64374 from RandomShaper/inheritable_cl_args
Diffstat (limited to 'platform')
-rw-r--r--platform/javascript/os_javascript.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/javascript/os_javascript.h b/platform/javascript/os_javascript.h
index 35e13c94fc..d932745177 100644
--- a/platform/javascript/os_javascript.h
+++ b/platform/javascript/os_javascript.h
@@ -98,7 +98,6 @@ public:
String get_user_data_dir() const override;
bool is_userfs_persistent() const override;
- bool is_single_window() const override { return true; }
void alert(const String &p_alert, const String &p_title = "ALERT!") override;