Cleanup: clang-format, unused variable

This commit is contained in:
Campbell Barton 2020-06-13 12:50:19 +10:00
parent dea2c3f256
commit a35de34eb7
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,8 @@ typedef struct ClothSimSettings {
pressure=( (current_volume/target_volume) - 1 + uniform_pressure_force) *
pressure_factor */
float pressure_factor;
/* Density of the fluid inside or outside the object for use in the hydrostatic pressure gradient. */
/* Density of the fluid inside or outside the object for use in the hydrostatic pressure
* gradient. */
float fluid_density;
short vgroup_pressure;
char _pad7[6];

View File

@ -1421,7 +1421,6 @@ static void rna_def_ID_override_library_property(BlenderRNA *brna)
static void rna_def_ID_override_library(BlenderRNA *brna)
{
StructRNA *srna;
PropertyRNA *prop;
srna = RNA_def_struct(brna, "IDOverrideLibrary", NULL);
RNA_def_struct_ui_text(