summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-09-29 11:46:32 +0200
committerGitHub <noreply@github.com>2020-09-29 11:46:32 +0200
commit22b3e9f76a22fa32e9c4078080f6bbd792c216c9 (patch)
tree01250f4933a8d1a3db6a0b7a26e4667109214c11 /editor
parent8c72b15e51bed856cceb569bf6dbdb6012a63fcc (diff)
parent46519ba52cfd9c372020e79c4200261970d81cd9 (diff)
Merge pull request #42385 from Craig-Stoneham/patch-2
Remove unnecessary keyword
Diffstat (limited to 'editor')
-rw-r--r--editor/editor_settings.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_settings.h b/editor/editor_settings.h
index 4896fb58db..04bb49bb51 100644
--- a/editor/editor_settings.h
+++ b/editor/editor_settings.h
@@ -44,7 +44,6 @@ class EditorPlugin;
class EditorSettings : public Resource {
GDCLASS(EditorSettings, Resource);
-private:
_THREAD_SAFE_CLASS_
public: