From d834a8d9332f18642c5511cdd56085e366635a61 Mon Sep 17 00:00:00 2001 From: pixel Date: Sat, 1 May 2004 11:48:57 +0000 Subject: Fixes, changes, improvements, ... --- includes/luacd.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'includes/luacd.h') diff --git a/includes/luacd.h b/includes/luacd.h index 034e6f7..c26957f 100644 --- a/includes/luacd.h +++ b/includes/luacd.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: luacd.h,v 1.5 2003-12-11 16:53:42 pixel Exp $ */ +/* $Id: luacd.h,v 1.6 2004-05-01 11:48:57 pixel Exp $ */ #ifndef __LUACD_H__ #define __LUACD_H__ @@ -30,7 +30,6 @@ #define CD_PUSHSTATICS(L) { \ Luacdutils::pushstatics(L); \ - Luacdfile::pushstatics(L); \ Luacddate::pushstatics(L); \ LuaPVD::pushstatics(L); \ LuaDirTree::pushstatics(L); \ @@ -46,14 +45,6 @@ class Luacdutils : public LuaObject { cdutils * cd; }; -class Luacdfile : public LuaHandle { - public: - static void pushstatics(Lua *) throw (GeneralException); - Luacdfile(cdfile *); - protected: - virtual void pushmembers(Lua *); -}; - class Luadirentry : public LuaObject { public: Luadirentry(cdutils::DirEntry *); -- cgit v1.2.3