From 7563e5e454652d5899ee2534b8d338950e2659e5 Mon Sep 17 00:00:00 2001 From: Andrea Weikert Date: Tue, 23 Dec 2008 12:25:44 +0000 Subject: 2.5 MSVC9 projectfiles * update for editors/animation editors/space_outliner and editors/screen * also fix compile error when INTERNATIONAL is set (will likely be solved with new font API) --- source/blender/editors/space_outliner/outliner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/blender/editors/space_outliner/outliner.c b/source/blender/editors/space_outliner/outliner.c index 27a44079a6e..640c89803c8 100644 --- a/source/blender/editors/space_outliner/outliner.c +++ b/source/blender/editors/space_outliner/outliner.c @@ -3372,7 +3372,7 @@ static void outliner_draw_tree(Scene *scene, ARegion *ar, SpaceOops *soops) int starty, startx; float col[4]; -#ifdef INTERNATIONAL +#if 0 // XXX was #ifdef INTERNATIONAL FTF_SetFontSize('l'); BIF_SetScale(1.0); #endif -- cgit v1.2.3