1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-13 14:13:32 +02:00

Replace last wxProgressDialog with ProgressDialog; remove all wx/progdlg.h

This commit is contained in:
Paul Licameli
2020-05-06 13:48:40 -04:00
parent 928f3c8788
commit c941647db6
14 changed files with 17 additions and 24 deletions

View File

@@ -65,7 +65,6 @@ static Importer::RegisteredUnusableImportPlugin registered{
#include <wx/textctrl.h>
#include <wx/file.h>
#include <wx/thread.h>
#include <wx/progdlg.h>
#include <wx/string.h>
#include <wx/timer.h>
#include <wx/intl.h>

View File

@@ -44,7 +44,6 @@ and sample size to help you importing data of an unknown format.
#include <wx/choice.h>
#include <wx/intl.h>
#include <wx/panel.h>
#include <wx/progdlg.h>
#include <wx/sizer.h>
#include <wx/stattext.h>
#include <wx/textctrl.h>