Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blenlib/intern/winstuff.c')
-rw-r--r--source/blender/blenlib/intern/winstuff.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/winstuff.c b/source/blender/blenlib/intern/winstuff.c
index af0ab1937d5..3027d4f4921 100644
--- a/source/blender/blenlib/intern/winstuff.c
+++ b/source/blender/blenlib/intern/winstuff.c
@@ -225,6 +225,8 @@ void get_default_root(char *root)
}
}
+/* UNUSED */
+#if 0
int check_file_chars(char *filename)
{
char *p = filename;
@@ -245,6 +247,7 @@ int check_file_chars(char *filename)
}
return 1;
}
+#endif
#else