From 31202a2eb3c27e6078b255b4c5d49c5dd854984d Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Mon, 9 Jan 2023 19:44:04 +0100 Subject: [PATCH] Fix a compil issue in QA tests --- qa/qa_utils/mocks.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qa/qa_utils/mocks.cpp b/qa/qa_utils/mocks.cpp index 7e010db881..d8a6f343fb 100644 --- a/qa/qa_utils/mocks.cpp +++ b/qa/qa_utils/mocks.cpp @@ -1,7 +1,7 @@ /* * This program source code file is part of KiCad, a free EDA CAD application. * - * Copyright (C) 1992-2022 KiCad Developers, see AUTHORS.txt for contributors. + * Copyright (C) 1992-2023 KiCad Developers, see AUTHORS.txt for contributors. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -133,7 +133,6 @@ DIALOG_FILTER_SELECTION_BASE::DIALOG_FILTER_SELECTION_BASE( wxWindow* parent, wx m_Include_Edges_Items = nullptr; m_Include_Zones = nullptr; m_sdbSizer1 = nullptr; - m_staticLine = nullptr; m_sdbSizer1OK = nullptr; m_sdbSizer1Cancel = nullptr; }