From 8e84d4a3df8ae03104d61af27713a0924d9c228f Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Wed, 7 Aug 2013 19:56:34 +0200 Subject: Cleaning up types a bit. --- includes/LuaHandle.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'includes/LuaHandle.h') 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 IOHandle; -typedef IOHandle IOInput; - class LuaHandleFactory : public LuaObjectFactory { public: LuaHandleFactory(IO h) : m_obj(new IO(h)) { } -- cgit v1.2.3