Disabled some unused debugging functions that were causing unnecessary

compile warnings.
This commit is contained in:
2006-08-29 12:49:49 +00:00
parent 7bec4dba41
commit 4745d01c16
2 changed files with 8 additions and 0 deletions

View File

@@ -979,6 +979,7 @@ static void modifier_testTexture(char *name, ID **idpp)
*idpp = 0;
}
#if 0 /* this is currently unused, but could be useful in the future */
static void modifier_testMaterial(char *name, ID **idpp)
{
ID *id;
@@ -991,6 +992,7 @@ static void modifier_testMaterial(char *name, ID **idpp)
}
*idpp = 0;
}
#endif
static void modifier_testImage(char *name, ID **idpp)
{