1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-10-21 02:17:18 +02:00

Discard unwanted libraries from discord integration attempt.

This commit is contained in:
Sandu Liviu Catalin
2021-01-28 13:17:06 +02:00
parent da39892bb0
commit 9efcfe2fa9
831 changed files with 3916 additions and 215608 deletions

View File

@@ -36,9 +36,6 @@ extern void Register_Crypt(HSQUIRRELVM vm);
#ifdef SQ_ENABLE_CURL
extern void Register_CURL(HSQUIRRELVM vm);
#endif
#ifdef SQ_ENABLE_DISCORD
extern void Register_Discord(HSQUIRRELVM vm);
#endif
extern void Register_IO(HSQUIRRELVM vm);
extern void Register_Job(HSQUIRRELVM vm);
extern void Register_MMDB(HSQUIRRELVM vm);
@@ -97,9 +94,6 @@ bool RegisterAPI(HSQUIRRELVM vm)
Register_Crypt(vm);
#ifdef SQ_ENABLE_CURL
Register_CURL(vm);
#endif
#ifdef SQ_ENABLE_DISCORD
Register_Discord(vm);
#endif
Register_IO(vm);
Register_Job(vm);