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:
authorCampbell Barton <campbell@blender.org>2022-08-17 05:50:12 +0300
committerCampbell Barton <campbell@blender.org>2022-08-17 05:51:07 +0300
commit1f2a5fea87526da95c79269b8f2d4bbc60673666 (patch)
tree8af48030c0ff8e29a58af1106b9ef993eaa9e905 /source/blender/blenkernel/BKE_fcurve_driver.h
parent9d2136f272452bd6b4ecafb0d0bdedf24bd80471 (diff)
Cleanup: strip blank lines around comment blocks
Diffstat (limited to 'source/blender/blenkernel/BKE_fcurve_driver.h')
-rw-r--r--source/blender/blenkernel/BKE_fcurve_driver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_fcurve_driver.h b/source/blender/blenkernel/BKE_fcurve_driver.h
index b6b1bdab109..a1b97222019 100644
--- a/source/blender/blenkernel/BKE_fcurve_driver.h
+++ b/source/blender/blenkernel/BKE_fcurve_driver.h
@@ -85,7 +85,6 @@ void driver_free_variable_ex(struct ChannelDriver *driver, struct DriverVar *dva
void driver_change_variable_type(struct DriverVar *dvar, int type);
/**
* Validate driver variable name (after being renamed).
- *
*/
void driver_variable_name_validate(struct DriverVar *dvar);
/**