From 4455f77bd93d4cd5dd62f05cb380ae575cc3ffcd Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Wed, 12 Jun 2019 21:27:53 -0400 Subject: [PATCH] Crop.h: Remove nonexistent color argument Doxygen caught this one: the default constructor for Crop() doesn't take an argument 'color', though it was documented to. --- include/effects/Crop.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/effects/Crop.h b/include/effects/Crop.h index 7921a78d..39779f07 100644 --- a/include/effects/Crop.h +++ b/include/effects/Crop.h @@ -69,7 +69,6 @@ namespace openshot /// Default constructor, which takes 4 curves. These curves animate the crop over time. /// - /// @param color The curve to adjust the color of bars /// @param left The curve to adjust the left bar size (between 0 and 1) /// @param top The curve to adjust the top bar size (between 0 and 1) /// @param right The curve to adjust the right bar size (between 0 and 1)