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:
Diffstat (limited to 'intern/clog/clog.c')
-rw-r--r--intern/clog/clog.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/clog/clog.c b/intern/clog/clog.c
index 1cebd9f2099..15729f96ac7 100644
--- a/intern/clog/clog.c
+++ b/intern/clog/clog.c
@@ -240,7 +240,6 @@ static void clg_color_table_init(bool use_color)
clg_color_table[COLOR_GREEN] = "\033[1;32m";
clg_color_table[COLOR_YELLOW] = "\033[1;33m";
clg_color_table[COLOR_RESET] = "\033[0m";
-#endif
}
}