diff options
| author | Alexander Lantsev <aunsane@gmail.com> | 2015-07-02 08:52:29 +0000 |
|---|---|---|
| committer | Alexander Lantsev <aunsane@gmail.com> | 2015-07-02 08:52:29 +0000 |
| commit | 2481102c6541df37a773569dd4d67b579f04d819 (patch) | |
| tree | c8dac50aac18414c42e8c024340eab7a6ee5ab32 /plugins/MirLua/src/mlua_console.h | |
| parent | cea0c911bc4bb8d527739cbaf1a098ac2344a7d8 (diff) | |
MirLua:
- removed console
- changed logging (via netlib)
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@14467 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/mlua_console.h')
| -rw-r--r-- | plugins/MirLua/src/mlua_console.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/plugins/MirLua/src/mlua_console.h b/plugins/MirLua/src/mlua_console.h deleted file mode 100644 index 6e82a22dd0..0000000000 --- a/plugins/MirLua/src/mlua_console.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef _LUA_CONSOLE_H_
-#define _LUA_CONSOLE_H_
-
-class CMLuaConsole
-{
-private:
- lua_State *L;
- HANDLE hConsole;
-
-public:
- CMLuaConsole(lua_State *L);
- ~CMLuaConsole();
-};
-
-#endif //_LUA_CONSOLE_H_
\ No newline at end of file |
