aboutsummaryrefslogtreecommitdiff
path: root/core/io/resource_format_binary.h
diff options
context:
space:
mode:
authorHein-Pieter van Braam2017-09-02 22:32:31 +0200
committerHein-Pieter van Braam2017-09-08 15:03:53 +0200
commitb2a38854fdde296fd2d7da139a29b23a18ab494d (patch)
tree951326f4d966e01d4f8d4402dc7beb2252560b7a /core/io/resource_format_binary.h
parentd1cb73b47a17de830d9474026ffa7b3587cfbc68 (diff)
downloadgodot-b2a38854fdde296fd2d7da139a29b23a18ab494d.tar.gz
godot-b2a38854fdde296fd2d7da139a29b23a18ab494d.tar.zst
godot-b2a38854fdde296fd2d7da139a29b23a18ab494d.zip
Diffstat (limited to 'core/io/resource_format_binary.h')
-rw-r--r--core/io/resource_format_binary.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/io/resource_format_binary.h b/core/io/resource_format_binary.h
index ab77c2c9d..2316f05b3 100644
--- a/core/io/resource_format_binary.h
+++ b/core/io/resource_format_binary.h
@@ -44,8 +44,6 @@ class ResourceInteractiveLoaderBinary : public ResourceInteractiveLoader {
FileAccess *f;
- bool endian_swap;
- bool use_real64;
uint64_t importmd_ofs;
Vector<char> str_buf;