[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26025] trunk/blender/source/blender/ editors/space_console/console_draw.c: *Fix for last commit.

Thomas Dinges dingto at gmx.de
Fri Jan 15 18:36:06 CET 2010


Revision: 26025
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26025
Author:   dingto
Date:     2010-01-15 18:36:06 +0100 (Fri, 15 Jan 2010)

Log Message:
-----------
*Fix for last commit. Removed unused code. 

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_console/console_draw.c

Modified: trunk/blender/source/blender/editors/space_console/console_draw.c
===================================================================
--- trunk/blender/source/blender/editors/space_console/console_draw.c	2010-01-15 17:28:00 UTC (rev 26024)
+++ trunk/blender/source/blender/editors/space_console/console_draw.c	2010-01-15 17:36:06 UTC (rev 26025)
@@ -79,19 +79,15 @@
 	switch(type) {
 	case CONSOLE_LINE_OUTPUT:
 		UI_GetThemeColor3ubv(TH_CONSOLE_OUTPUT, fg);
-		fg[0], fg[1], fg[2];
 		break;
 	case CONSOLE_LINE_INPUT:
 		UI_GetThemeColor3ubv(TH_CONSOLE_INPUT, fg);
-		fg[0], fg[1], fg[2];
 		break;
 	case CONSOLE_LINE_INFO:
 		UI_GetThemeColor3ubv(TH_CONSOLE_INFO, fg);
-		fg[0], fg[1], fg[2];
 		break;
 	case CONSOLE_LINE_ERROR:
 		UI_GetThemeColor3ubv(TH_CONSOLE_ERROR, fg);
-		fg[0], fg[1], fg[2];
 		break;
 	}
 }





More information about the Bf-blender-cvs mailing list