Skip to content

Commit

Permalink
app_sqlang: disabled unused static function
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jul 29, 2019
1 parent 0bb113d commit 13545fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/app_sqlang/app_sqlang_api.c
Expand Up @@ -211,6 +211,7 @@ static void sqlang_pushlstring(HSQUIRRELVM J, char *s, int l)
sq_pushstring(J, (const SQChar*)s, (SQInteger)l);
}

#if 0
static int sqlang_isnumber(HSQUIRRELVM J, int idx)
{
if(idx>=0) {
Expand All @@ -221,6 +222,7 @@ static int sqlang_isnumber(HSQUIRRELVM J, int idx)
return 1;
return 0;
}
#endif

static int sqlang_isstring(HSQUIRRELVM J, int idx)
{
Expand Down

0 comments on commit 13545fb

Please sign in to comment.