diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/LuaHandle.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/LuaHandle.h b/includes/LuaHandle.h index ab165ee..fcde496 100644 --- a/includes/LuaHandle.h +++ b/includes/LuaHandle.h @@ -6,9 +6,6 @@ namespace Balau { -typedef IO<Handle> IOHandle; -typedef IOHandle IOInput; - class LuaHandleFactory : public LuaObjectFactory { public: LuaHandleFactory(IO<Handle> h) : m_obj(new IO<Handle>(h)) { } |