Signed-off-by: Benjamin ROBIN <dev@xxxxxxxxxxxxx> --- src/KsWidgetsLib.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/KsWidgetsLib.hpp b/src/KsWidgetsLib.hpp index e21441d..48108cd 100644 --- a/src/KsWidgetsLib.hpp +++ b/src/KsWidgetsLib.hpp @@ -123,12 +123,6 @@ public: explicit KsDataWidget(QWidget *parent = nullptr) : QWidget(parent), _workInProgress(nullptr) {} - /** Set a pointer to the KsWorkInProgress widget. */ - const KsWorkInProgress *wipPtr(KsWorkInProgress *wip) const - { - return _workInProgress; - } - /** Set the pointer to the KsWorkInProgress widget. */ void setWipPtr(KsWorkInProgress *wip) { -- 2.43.0