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:
authorNathan Letwory <nathan@letworyinteractive.com>2008-12-30 02:42:39 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-12-30 02:42:39 +0300
commite114c195a630c397fee106d1baa9bfda04a4511e (patch)
tree0b543fec4d111cf4af3b9f603c24ae0614ed065b /source/blender/makesrna/intern/rna_fluidsim.c
parent34b53def706faca4ebd27943036554a4017ea2c7 (diff)
* remove unused var
Diffstat (limited to 'source/blender/makesrna/intern/rna_fluidsim.c')
-rw-r--r--source/blender/makesrna/intern/rna_fluidsim.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_fluidsim.c b/source/blender/makesrna/intern/rna_fluidsim.c
index edb053c714f..122605f672f 100644
--- a/source/blender/makesrna/intern/rna_fluidsim.c
+++ b/source/blender/makesrna/intern/rna_fluidsim.c
@@ -293,7 +293,6 @@ static void rna_def_fluidsim_inflow(BlenderRNA *brna)
static void rna_def_fluidsim_outflow(BlenderRNA *brna)
{
StructRNA *srna;
- PropertyRNA *prop;
srna= RNA_def_struct(brna, "OutflowFluidSettings", NULL);
RNA_def_struct_sdna(srna, "FluidsimSettings");