From edc5def251da44c715ced98cc5b6473882b1370c Mon Sep 17 00:00:00 2001 From: modeco80 Date: Thu, 27 Jul 2023 16:38:28 -0400 Subject: [PATCH] forgot that --- native/projects/lcpu/src/LuaCpu.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/native/projects/lcpu/src/LuaCpu.hpp b/native/projects/lcpu/src/LuaCpu.hpp index e39835a..334c209 100644 --- a/native/projects/lcpu/src/LuaCpu.hpp +++ b/native/projects/lcpu/src/LuaCpu.hpp @@ -22,9 +22,6 @@ struct LuaCpu : public lcpu::lua::LuaObject { LUA_MEMBER_FUNCTION(Reset); // reset the LCPU LUA_MEMBER_FUNCTION(AttachDevice); // attach a LuaDevice to this cpu - // class binding stuff - LUA_CLASS_BIND_VARIABLES(private); - // member variables riscv::System* system; bool poweredOn;