diff options
| author | Rémi Verschelde | 2017-09-12 12:55:53 +0200 |
|---|---|---|
| committer | GitHub | 2017-09-12 12:55:53 +0200 |
| commit | aabbd00284640a4789f96702c134ea40b11b402e (patch) | |
| tree | 8363659a6551644b0d89401681e2909d5451a119 /core/io/resource_format_binary.h | |
| parent | c5e0e31f5106d7d91dc478af1f86740c74cea824 (diff) | |
| parent | b2a38854fdde296fd2d7da139a29b23a18ab494d (diff) | |
| download | godot-aabbd00284640a4789f96702c134ea40b11b402e.tar.gz godot-aabbd00284640a4789f96702c134ea40b11b402e.tar.zst godot-aabbd00284640a4789f96702c134ea40b11b402e.zip | |
Diffstat (limited to 'core/io/resource_format_binary.h')
| -rw-r--r-- | core/io/resource_format_binary.h | 2 |
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; |
