From 8be4814cca3be42be785da6a366f3da978a4ab72 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 22 Jun 2015 09:01:42 +0000 Subject: MirLua: refactoring git-svn-id: http://svn.miranda-ng.org/main/trunk@14321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/mlua_loader.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 plugins/MirLua/src/mlua_loader.h (limited to 'plugins/MirLua/src/mlua_loader.h') diff --git a/plugins/MirLua/src/mlua_loader.h b/plugins/MirLua/src/mlua_loader.h deleted file mode 100644 index 40273ae951..0000000000 --- a/plugins/MirLua/src/mlua_loader.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef _LUA_LOADER_H_ -#define _LUA_LOADER_H_ - -class CLuaLoader -{ -private: - CMLua *mLua; - - void LoadScripts(const TCHAR *scriptDir); - -public: - CLuaLoader(CMLua *mLua); - - void LoadScripts(); -}; - -#endif //_LUA_LOADER_H_ \ No newline at end of file -- cgit v1.2.3