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:
@ -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;
|
||||
|
Reference in New Issue
Block a user