[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22200] branches/soc-2008-mxcurioni/source /blender/freestyle/intern/app_blender/FRS_freestyle.cpp: Removed unnecessary initialization

Maxime Curioni maxime.curioni at gmail.com
Tue Aug 4 02:59:29 CEST 2009


Revision: 22200
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22200
Author:   mxcurioni
Date:     2009-08-04 02:59:29 +0200 (Tue, 04 Aug 2009)

Log Message:
-----------
Removed unnecessary initialization

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/app_blender/FRS_freestyle.cpp

Modified: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/app_blender/FRS_freestyle.cpp
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/freestyle/intern/app_blender/FRS_freestyle.cpp	2009-08-04 00:40:36 UTC (rev 22199)
+++ branches/soc-2008-mxcurioni/source/blender/freestyle/intern/app_blender/FRS_freestyle.cpp	2009-08-04 00:59:29 UTC (rev 22200)
@@ -210,7 +210,6 @@
 		cout << "#  Freestyle" << endl;
 		cout << "#===============================================================" << endl;
 		
-		FRS_initialize( 0 );
 		init_view(re);
 		init_camera(re);
 		





More information about the Bf-blender-cvs mailing list