diff options
Diffstat (limited to 'plugins/MirLua/src/stdafx.h')
-rw-r--r-- | plugins/MirLua/src/stdafx.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h index d908b7b36a..d31e8b55c0 100644 --- a/plugins/MirLua/src/stdafx.h +++ b/plugins/MirLua/src/stdafx.h @@ -68,10 +68,6 @@ extern HANDLE g_hScriptsFolder; #define LUATEXTSCRIPTEXT L"lua"
#define LUAPRECSCRIPTEXT L"luac"
-extern HNETLIBUSER g_hNetlib;
-void LoadNetlib();
-void UnloadNetlib();
-
void LoadIcons();
/* utils */
|