diff options
author | Marcelo Fernandez <marcelofg55@gmail.com> | 2018-04-27 10:43:48 -0300 |
---|---|---|
committer | Marcelo Fernandez <marcelofg55@gmail.com> | 2018-04-27 10:43:48 -0300 |
commit | 9b4d23e898fb5f1cdfb537dece00336f7381d46f (patch) | |
tree | 8e061bade57ce1f112d6023b8261c1456c74c1ed /editor/editor_export.h | |
parent | deee9f0cb47e00645cf56340e34c78b21170977a (diff) |
Fix use64 used without being initialized
Diffstat (limited to 'editor/editor_export.h')
-rw-r--r-- | editor/editor_export.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_export.h b/editor/editor_export.h index e851769279..6a9c3f7db2 100644 --- a/editor/editor_export.h +++ b/editor/editor_export.h @@ -373,7 +373,6 @@ class EditorExportPlatformPC : public EditorExportPlatform { Set<String> extra_features; - bool use64; int chmod_flags; public: |