From 5a7824ae15742c0280e569c81f0923afab33f517 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 26 Oct 2021 13:39:42 +0800 Subject: *config --- Runtime/Common/DataBuffer.h | 1 - Runtime/FileSystem/FileJobs.h | 1 - 2 files changed, 2 deletions(-) (limited to 'Runtime') diff --git a/Runtime/Common/DataBuffer.h b/Runtime/Common/DataBuffer.h index 591fe89..1d66546 100644 --- a/Runtime/Common/DataBuffer.h +++ b/Runtime/Common/DataBuffer.h @@ -18,7 +18,6 @@ public: int length; private: - LUA_BIND_DECL_CLASS(DataBuffer); LUA_BIND_DECL_METHOD(_GetLength); diff --git a/Runtime/FileSystem/FileJobs.h b/Runtime/FileSystem/FileJobs.h index 0970c54..50e681d 100644 --- a/Runtime/FileSystem/FileJobs.h +++ b/Runtime/FileSystem/FileJobs.h @@ -18,7 +18,6 @@ public: void Process() override; bool IsFinished() override; - int cur = 0; //当前处理的文件 std::vector files; // 文件路径 LuaBind::StrongRef callback; // 完成后的回调函数 -- cgit v1.1-26-g67d0