(svn r17499) -Fix (r17498): remove 2 unused functions so some compilers stop warning about them

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
yexo 15 years ago
parent ca6c4ee98a
commit c9a25c88fa

@ -21,6 +21,7 @@
return 1; \
}
#ifdef EXPORT_DEFAULT_SQUIRREL_FUNCTIONS
static SQInteger math_srand(HSQUIRRELVM v)
{
SQInteger i;
@ -35,6 +36,7 @@ static SQInteger math_rand(HSQUIRRELVM v)
sq_pushinteger(v,rand());
return 1;
}
#endif /* EXPORT_DEFAULT_SQUIRREL_FUNCTIONS */
static SQInteger math_abs(HSQUIRRELVM v)
{

Loading…
Cancel
Save