diff mbox series

[26/34] kernelshark: Remove unused KsDataWidget::wipPtr() and broken function

Message ID 20240114171723.14092-27-dev@benjarobin.fr (mailing list archive)
State Accepted
Commit 53336d08f1412cf28a86b998ae52f7b0d98ba9b8
Headers show
Series Fix kernelshark issues introduced by the migration to Qt6 | expand

Commit Message

Benjamin ROBIN Jan. 14, 2024, 5:17 p.m. UTC
Signed-off-by: Benjamin ROBIN <dev@benjarobin.fr>
---
 src/KsWidgetsLib.hpp | 6 ------
 1 file changed, 6 deletions(-)
diff mbox series

Patch

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)
 	{