summaryrefslogtreecommitdiff
path: root/includes/LuaHandle.h
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-07 19:56:34 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-07 19:56:34 +0200
commit8e84d4a3df8ae03104d61af27713a0924d9c228f (patch)
treeb738a642b90e9ef85b422b029f85dd269f525f1c /includes/LuaHandle.h
parent4ac6cc16fd54c12161b131e3b9bab0ac17dc4d01 (diff)
Cleaning up types a bit.
Diffstat (limited to 'includes/LuaHandle.h')
-rw-r--r--includes/LuaHandle.h3
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)) { }