1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-19 16:47:14 +02:00

Remove the old SqThrow function from the module API.

This commit is contained in:
Sandu Liviu Catalin
2016-02-28 16:21:09 +02:00
parent 4c66cfa49d
commit 53834fe1d9
2 changed files with 0 additions and 3 deletions

View File

@ -229,7 +229,6 @@ void InitExports()
g_SqExports.LogSWrn = LogSWrn;
g_SqExports.LogSErr = LogSErr;
g_SqExports.LogSFtl = LogSFtl;
g_SqExports.SqThrow = SqThrow;
/*long numbers*/
g_SqExports.GetSLongValue = SqEx_GetSLongValue;