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

This commit is contained in:
yexo
2009-09-10 23:14:21 +00:00
parent f922a7ca8e
commit f38bb4cdb5

View File

@@ -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)
{