summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorCraig-Stoneham <51797383+Craig-Stoneham@users.noreply.github.com>2020-09-28 11:22:10 +0100
committerCraig-Stoneham <51797383+Craig-Stoneham@users.noreply.github.com>2020-09-29 10:30:02 +0200
commit46519ba52cfd9c372020e79c4200261970d81cd9 (patch)
tree5c21e2a3c393f6ec9f00b8fd2feb5d9143736057 /editor
parent2d14c7cb69769421e96e19f3a8b54de87e8660fc (diff)
Removed unnecessary keyword, fix comment style
The privacy here is already private
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: