mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-27 15:08:39 +01:00
Get rid of wx object arrays, use std::vector
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
#include <wx/choice.h>
|
||||
#include <wx/string.h>
|
||||
#include <wx/window.h>
|
||||
#include <wx/dynarray.h>
|
||||
|
||||
#include "PrefsPanel.h"
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
|
||||
#include <wx/arrstr.h>
|
||||
#include <wx/choice.h>
|
||||
#include <wx/dynarray.h>
|
||||
#include <wx/textctrl.h>
|
||||
|
||||
#include "PrefsPanel.h"
|
||||
|
||||
Reference in New Issue
Block a user