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:
authorMatt Ebb <matt@mke3.net>2005-12-18 21:05:14 +0300
committerMatt Ebb <matt@mke3.net>2005-12-18 21:05:14 +0300
commitc33831ac1632ac0a0e42e174035dd0d0ea15a087 (patch)
treecb53bba3d773d49360d9e45f219d333010373b75 /source/blender/src/outliner.c
parent6f422a749ae8689d95cb8587f828553ef8811223 (diff)
* Updates for missing menu items
Diffstat (limited to 'source/blender/src/outliner.c')
-rw-r--r--source/blender/src/outliner.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/src/outliner.c b/source/blender/src/outliner.c
index d7cc7bdc478..5ebf97d7ecc 100644
--- a/source/blender/src/outliner.c
+++ b/source/blender/src/outliner.c
@@ -2364,7 +2364,6 @@ static void outliner_draw_tree(SpaceOops *soops)
outliner_draw_selection(soops, &soops->tree, &starty);
// grey hierarchy lines
- glColor3ub(110,110,110);
BIF_ThemeColorBlend(TH_BACK, TH_TEXT, 0.5);
starty= soops->v2d.tot.ymax-OL_H/2;
startx= 6;