1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-06 17:13:49 +01:00

Remove wx/intl.h, wx/brush.h, wx/bitmap.h from headers

This commit is contained in:
Paul Licameli
2018-11-14 14:10:04 -05:00
parent 1191e269a8
commit c982cf6a41
26 changed files with 8 additions and 32 deletions

View File

@@ -26,7 +26,6 @@
#define SIZER_COLS 7
class wxBitmap;
class wxChoice;
class wxComboBox;
class wxCommandEvent;

View File

@@ -16,7 +16,6 @@ Paul Licameli
#include "ToolBar.h"
#include "../widgets/NumericTextCtrl.h"
class wxBitmap;
class wxChoice;
class wxComboBox;
class wxCommandEvent;

View File

@@ -22,7 +22,6 @@
#include "ToolDock.h"
#include "ToolBar.h"
class wxBitmap;
class wxCommandEvent;
class wxFrame;
class wxMouseEvent;

View File

@@ -107,8 +107,6 @@ void TranscriptionToolBar::Create(wxWindow * parent)
{
ToolBar::Create(parent);
mBackgroundBrush.SetColour(wxColour(204, 204, 204));
mBackgroundHeight = 0;
mBackgroundWidth = 0;

View File

@@ -18,13 +18,11 @@
#include "ToolBar.h"
#include "../MemoryX.h"
#include <wx/brush.h>
#include <wx/brush.h> // member variable
#include "audacity/Types.h"
#include "../Theme.h"
class wxBitmap;
class wxBrush;
class wxChoice;
class wxCommandEvent;
class wxImage;
@@ -150,7 +148,6 @@ class TranscriptionToolBar final : public ToolBar {
wxChoice *mKeyTypeChoice;
#endif
wxBrush mBackgroundBrush;
int mBackgroundWidth;
int mBackgroundHeight;