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:
@@ -26,7 +26,6 @@
|
||||
|
||||
#define SIZER_COLS 7
|
||||
|
||||
class wxBitmap;
|
||||
class wxChoice;
|
||||
class wxComboBox;
|
||||
class wxCommandEvent;
|
||||
|
||||
@@ -16,7 +16,6 @@ Paul Licameli
|
||||
#include "ToolBar.h"
|
||||
#include "../widgets/NumericTextCtrl.h"
|
||||
|
||||
class wxBitmap;
|
||||
class wxChoice;
|
||||
class wxComboBox;
|
||||
class wxCommandEvent;
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
#include "ToolDock.h"
|
||||
#include "ToolBar.h"
|
||||
|
||||
class wxBitmap;
|
||||
class wxCommandEvent;
|
||||
class wxFrame;
|
||||
class wxMouseEvent;
|
||||
|
||||
@@ -107,8 +107,6 @@ void TranscriptionToolBar::Create(wxWindow * parent)
|
||||
{
|
||||
ToolBar::Create(parent);
|
||||
|
||||
mBackgroundBrush.SetColour(wxColour(204, 204, 204));
|
||||
|
||||
mBackgroundHeight = 0;
|
||||
mBackgroundWidth = 0;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user