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:
authorThomas Dinges <blender@dingto.org>2013-12-14 13:48:12 +0400
committerThomas Dinges <blender@dingto.org>2013-12-14 13:48:12 +0400
commit01fc7a687a19ef2dc8dac43ed9db69da35e3a55a (patch)
treedad6bc578350d2bc471a16f69e45ee998af29489 /source/blender/blenkernel/BKE_material.h
parentdda37dbc5c91d109777e396e7c1a819474f19f05 (diff)
Code cleanup: Remove "TexFace to Material Convert", from the file menu. This was used for conversion from older 2.5x files. The do_version() code is still there and functioning though.
Diffstat (limited to 'source/blender/blenkernel/BKE_material.h')
-rw-r--r--source/blender/blenkernel/BKE_material.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_material.h b/source/blender/blenkernel/BKE_material.h
index 91c1715cca6..e2d49aa51ff 100644
--- a/source/blender/blenkernel/BKE_material.h
+++ b/source/blender/blenkernel/BKE_material.h
@@ -111,8 +111,8 @@ void free_matcopybuf(void);
void copy_matcopybuf(struct Material *ma);
void paste_matcopybuf(struct Material *ma);
-/* handle backward compatibility for tface/materials called from doversion (fileload=1) or Help Menu (fileload=0) */
-int do_version_tface(struct Main *main, int fileload);
+/* handle backward compatibility for tface/materials called from doversion */
+int do_version_tface(struct Main *main);
#ifdef __cplusplus
}