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:
authorLukas Tönne <lukas.toenne@gmail.com>2015-03-31 18:44:05 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2015-03-31 18:44:05 +0300
commit866537d001c916ebb3e4dac7caefc5c13bf05d04 (patch)
tree46323ae1e6b18a014fbd10f14332cefc79666a74 /source/blender/editors/space_outliner/outliner_draw.c
parent3c6c33be988e3ef167a69a980a8ce14b0ca44291 (diff)
Removed the Cache modifier because it is unused now and causes some
merge conflicts with master.
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_draw.c')
-rw-r--r--source/blender/editors/space_outliner/outliner_draw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/space_outliner/outliner_draw.c b/source/blender/editors/space_outliner/outliner_draw.c
index 62a74ee68f8..420b73cee86 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -1170,8 +1170,6 @@ static void tselem_draw_icon(uiBlock *block, int xmax, float x, float y, TreeSto
UI_icon_draw(x, y, ICON_MOD_DATA_TRANSFER); break;
case eModifierType_NormalEdit:
UI_icon_draw(x, y, ICON_MOD_NORMALEDIT); break;
- case eModifierType_Cache:
- UI_icon_draw(x, y, ICON_PHYSICS); break;
/* Default */
case eModifierType_None:
case eModifierType_ShapeKey: