From c080f1f98a955be6cc43183e588a176c4fb305f3 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Mon, 11 Feb 2013 10:41:12 +0100 Subject: [PATCH] Remove unused variable Change-Id: I3cef189a668f73c8599958b2c15bf140bd86d091 Reviewed-by: David Faure --- src/tools/uic/customwidgetsinfo.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tools/uic/customwidgetsinfo.h b/src/tools/uic/customwidgetsinfo.h index 5e6405807d5..d4ac02aba98 100644 --- a/src/tools/uic/customwidgetsinfo.h +++ b/src/tools/uic/customwidgetsinfo.h @@ -83,7 +83,6 @@ public: private: typedef QMap NameCustomWidgetMap; NameCustomWidgetMap m_customWidgets; - bool m_scriptsActivated; }; QT_END_NAMESPACE