Fix: Build warning due to unnecessary default constructor
Caused by 0eed084cad
Pull Request: https://projects.blender.org/blender/blender/pulls/139943
This commit is contained in:
committed by
Pratik Borhade
parent
9f6377b302
commit
53e172d97e
@@ -50,7 +50,6 @@ class ShapeKeyDragController : public ui::AbstractViewItemDragController {
|
||||
ShapeKey drag_key_;
|
||||
|
||||
public:
|
||||
ShapeKeyDragController() = default;
|
||||
ShapeKeyDragController(ShapeKeyTreeView &view, ShapeKey drag_key)
|
||||
: AbstractViewItemDragController(view), drag_key_(drag_key)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user