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:
authorCampbell Barton <ideasman42@gmail.com>2013-04-03 19:04:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-03 19:04:24 +0400
commit03b07a719f186bfed15f9465555ec072a262deaa (patch)
tree2e61627c23fa05bed9fc3812d64106890d0dbf63 /source/blender/blenkernel/BKE_material.h
parent13ec0cd6c3c74c7f324cefff064bb725cc26fcd2 (diff)
code cleanup: unused functions
Diffstat (limited to 'source/blender/blenkernel/BKE_material.h')
-rw-r--r--source/blender/blenkernel/BKE_material.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_material.h b/source/blender/blenkernel/BKE_material.h
index 350eaf23f6f..0bcbbb8576a 100644
--- a/source/blender/blenkernel/BKE_material.h
+++ b/source/blender/blenkernel/BKE_material.h
@@ -59,7 +59,8 @@ struct Material *give_node_material(struct Material *ma); /* returns node materi
void BKE_material_make_local(struct Material *ma);
void extern_local_matarar(struct Material **matar, short totcol);
-void automatname(struct Material *);
+/* UNUSED */
+// void automatname(struct Material *);
/* material slots */