From 8e82e929b5d3c180bb4cc6f4b30ba787e80821e1 Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <2546789017@qq.com> Date: Thu, 22 Sep 2022 10:12:38 +0800 Subject: [PATCH] Windows QPA: remove two unused forward declared structs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They are not used, so just remove them. Change-Id: I9b92ef97df85a1ab975bf6b6d460b5427135c301 Reviewed-by: MÃ¥rten Nordheim (cherry picked from commit 20ae1cd486104cda556051040719dcbd56516bad) Reviewed-by: Qt Cherry-pick Bot --- src/plugins/platforms/windows/qwindowscontext.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/platforms/windows/qwindowscontext.h b/src/plugins/platforms/windows/qwindowscontext.h index af92690b3b1..42aeebe847b 100644 --- a/src/plugins/platforms/windows/qwindowscontext.h +++ b/src/plugins/platforms/windows/qwindowscontext.h @@ -15,9 +15,6 @@ #include #include -struct IBindCtx; -struct _SHSTOCKICONINFO; - QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY(lcQpaWindows)