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/avi/intern/avi.c')
-rw-r--r--source/blender/avi/intern/avi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/avi/intern/avi.c b/source/blender/avi/intern/avi.c
index 005c05dec1d..2aedddfb97e 100644
--- a/source/blender/avi/intern/avi.c
+++ b/source/blender/avi/intern/avi.c
@@ -182,11 +182,11 @@ AviError AVI_print_error (AviError in_error) {
return in_error;
}
-
+/*
void AVI_set_debug (int mode) {
AVI_DEBUG= mode;
}
-
+*/
/*
int AVI_is_avi (char *name) {
FILE *fp;