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 05:08:00 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2009-08-04 05:08:00 +0400
commitf436f5bb4650a3a27d7e5d75263660f4b321505f (patch)
tree1a50c50cf5e9b1a3002235e17dc28eb735209ad0 /source/blender/freestyle/FRS_freestyle.h
parent00129c7a9fcda13346cf087d1a04ab0713e0bd1e (diff)
Removed unnecessary initialization argument
Diffstat (limited to 'source/blender/freestyle/FRS_freestyle.h')
-rw-r--r--source/blender/freestyle/FRS_freestyle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/FRS_freestyle.h b/source/blender/freestyle/FRS_freestyle.h
index cc52685663c..731e5f8ad80 100644
--- a/source/blender/freestyle/FRS_freestyle.h
+++ b/source/blender/freestyle/FRS_freestyle.h
@@ -26,7 +26,7 @@ extern "C" {
extern float* freestyle_dkr_epsilon;
// Rendering
- void FRS_initialize( short select_layer );
+ void FRS_initialize();
void FRS_add_Freestyle(Render* re);
void FRS_exit();