Skip to content

Commit 4455f77

Browse files
committed
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.
1 parent 9ae61e5 commit 4455f77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/effects/Crop.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ namespace openshot
6969

7070
/// Default constructor, which takes 4 curves. These curves animate the crop over time.
7171
///
72-
/// @param color The curve to adjust the color of bars
7372
/// @param left The curve to adjust the left bar size (between 0 and 1)
7473
/// @param top The curve to adjust the top bar size (between 0 and 1)
7574
/// @param right The curve to adjust the right bar size (between 0 and 1)

0 commit comments

Comments
 (0)