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:
authorTon Roosendaal <ton@blender.org>2005-12-22 02:39:20 +0300
committerTon Roosendaal <ton@blender.org>2005-12-22 02:39:20 +0300
commit17210112a18c67bcbf24217625153a37bb7b4801 (patch)
tree5ef32a0097738f0f69ffdfa73dc918a937e86c99 /source/blender/blenkernel/intern/icons.c
parent80eb4d3b9e851c19638599b1821a083dc5a2f635 (diff)
Orange: Warning cleanup for Icons commit, missing declarations of some
calls caused icon hashing not to work too. Runs smooth here :)
Diffstat (limited to 'source/blender/blenkernel/intern/icons.c')
-rw-r--r--source/blender/blenkernel/intern/icons.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/icons.c b/source/blender/blenkernel/intern/icons.c
index ca0a81b063c..9617902e057 100644
--- a/source/blender/blenkernel/intern/icons.c
+++ b/source/blender/blenkernel/intern/icons.c
@@ -188,7 +188,6 @@ void BKE_icon_set(int icon_id, struct Icon* icon)
void BKE_icon_delete(struct ID* id)
{
- Icon* new_icon = 0;
if (!id->icon_id) return; /* no icon defined for library object */