From f1cf9ae2bf6d3b614e55bd0b51ada51290f7ebca Mon Sep 17 00:00:00 2001 From: Daniel Wallin Date: Tue, 25 Aug 2009 09:48:29 +0200 Subject: [PATCH] Remove some stale code. --- luabind/detail/object_rep.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/luabind/detail/object_rep.hpp b/luabind/detail/object_rep.hpp index 17a5205..6e0a0f2 100644 --- a/luabind/detail/object_rep.hpp +++ b/luabind/detail/object_rep.hpp @@ -41,9 +41,6 @@ namespace luabind { namespace detail class LUABIND_API object_rep { public: - enum { constant = 1, owner = 2, lua_class = 4, call_super = 8 }; - - // dest is a function that is called to delete the c++ object this struct holds object_rep(instance_holder* instance, class_rep* crep); ~object_rep(); -- 2.11.4.GIT