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:
authorMaxime Curioni <maxime.curioni@gmail.com>2009-08-04 04:59:29 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2009-08-04 04:59:29 +0400
commit00129c7a9fcda13346cf087d1a04ab0713e0bd1e (patch)
tree48851e13c35c74094fd8e2682dde619932eb690a /source/blender/freestyle/intern
parentbd92aea926d66cdb2548fbdd7e8d8b28208fad6d (diff)
Removed unnecessary initialization
Diffstat (limited to 'source/blender/freestyle/intern')
-rw-r--r--source/blender/freestyle/intern/app_blender/FRS_freestyle.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/app_blender/FRS_freestyle.cpp b/source/blender/freestyle/intern/app_blender/FRS_freestyle.cpp
index cb0182850cb..23e66d52cf2 100644
--- a/source/blender/freestyle/intern/app_blender/FRS_freestyle.cpp
+++ b/source/blender/freestyle/intern/app_blender/FRS_freestyle.cpp
@@ -210,7 +210,6 @@ extern "C" {
cout << "# Freestyle" << endl;
cout << "#===============================================================" << endl;
- FRS_initialize( 0 );
init_view(re);
init_camera(re);