diff options
Diffstat (limited to 'includes/luacd.h')
-rw-r--r-- | includes/luacd.h | 11 |
1 files changed, 1 insertions, 10 deletions
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 *); |