diff options
Diffstat (limited to 'Runtime/FileSystem/File.h')
-rw-r--r-- | Runtime/FileSystem/File.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Runtime/FileSystem/File.h b/Runtime/FileSystem/File.h index b0d720c..e64a135 100644 --- a/Runtime/FileSystem/File.h +++ b/Runtime/FileSystem/File.h @@ -6,7 +6,5 @@ class File : public LuaBind::NativeClass<File> public: File(LuaBind::VM* vm); - char* data; - int length; };
\ No newline at end of file |