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:
authorAntonio Vazquez <blendergit@gmail.com>2020-08-13 09:38:05 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-08-13 09:39:46 +0300
commit7c380119a7089ed98a280bc3d2202c0345a0d1c7 (patch)
tree99e2f6dad4b220e16d860ce55b103600c33bcfc8 /source/blender/blenkernel/BKE_gpencil_curve.h
parente84ffae7ba9610f0203396a6dfceaee5e2c1842e (diff)
GPencil: Remove unused parameter and fix warning
Diffstat (limited to 'source/blender/blenkernel/BKE_gpencil_curve.h')
-rw-r--r--source/blender/blenkernel/BKE_gpencil_curve.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_gpencil_curve.h b/source/blender/blenkernel/BKE_gpencil_curve.h
index 9a5950bcfab..c61427c6c4a 100644
--- a/source/blender/blenkernel/BKE_gpencil_curve.h
+++ b/source/blender/blenkernel/BKE_gpencil_curve.h
@@ -35,7 +35,6 @@ void BKE_gpencil_convert_curve(struct Main *bmain,
struct Scene *scene,
struct Object *ob_gp,
struct Object *ob_cu,
- const bool gpencil_lines,
const bool use_collections,
const float scale_thickness,
const float sample);