* remove unused var

This commit is contained in:
Nathan Letwory
2008-12-29 23:42:39 +00:00
parent 34b53def70
commit e114c195a6

View File

@@ -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");