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 +---------- includes/luapsx.h | 4 ++-- 2 files changed, 3 insertions(+), 12 deletions(-) (limited to 'includes') 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 *); diff --git a/includes/luapsx.h b/includes/luapsx.h index 53d5c4f..1d28dcc 100644 --- a/includes/luapsx.h +++ b/includes/luapsx.h @@ -1,4 +1,4 @@ -/* + /* * PSX-Tools Bundle Pack * Copyright (C) 2002-2003 Nicolas "Pixel" Noble * @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: luapsx.h,v 1.2 2004-02-29 17:44:42 pixel Exp $ */ +/* $Id: luapsx.h,v 1.3 2004-05-01 11:48:58 pixel Exp $ */ #ifndef __LUAPSX_H__ #define __LUAPSX_H__ -- cgit v1.2.3