diff options
Diffstat (limited to 'plugins/MirLua/src/stdafx.h')
-rw-r--r-- | plugins/MirLua/src/stdafx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h index 461dbdfc7a..3ced6ea10a 100644 --- a/plugins/MirLua/src/stdafx.h +++ b/plugins/MirLua/src/stdafx.h @@ -96,9 +96,6 @@ LUAMOD_API int (luaopen_m_sounds)(lua_State *L); /* utils */
-#define MT_BLOB "BLOB"
-int (luaopen_m_utils)(lua_State *L);
-
extern HANDLE hNetlib;
void Log(const char *format, ...);
void Log(const wchar_t *format, ...);
|