From 0cac88bf0f67c7278588080624ba595e8b5bd620 Mon Sep 17 00:00:00 2001 From: Jesus Fernandez Date: Sun, 22 Jul 2018 18:02:12 +0200 Subject: Fix unused variable Coverity was complaining about an uninitialized variable, but it was not being used then we can remove it instead. Amends commit 3d9a59b4329cd6f4af6f5e65bc59f8ff28180eec. Coverity-Id: 191020 Change-Id: I98cb0bac9d9985555fda2bc0d2682bd7f1bcc301 Reviewed-by: Simon Hausmann --- src/qml/types/qqmldelegatemodel_p_p.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/qml/types/qqmldelegatemodel_p_p.h b/src/qml/types/qqmldelegatemodel_p_p.h index c4e253800a..e87f8d4440 100644 --- a/src/qml/types/qqmldelegatemodel_p_p.h +++ b/src/qml/types/qqmldelegatemodel_p_p.h @@ -338,7 +338,6 @@ public: bool m_transaction : 1; bool m_incubatorCleanupScheduled : 1; bool m_waitingToFetchMore : 1; - bool m_useFirstColumnOnly : 1; union { struct { -- cgit v1.2.3