mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-06 17:13:49 +01:00
Remove wx/pen.h, wx/thread.h from headers
This commit is contained in:
@@ -108,7 +108,6 @@ void TranscriptionToolBar::Create(wxWindow * parent)
|
||||
ToolBar::Create(parent);
|
||||
|
||||
mBackgroundBrush.SetColour(wxColour(204, 204, 204));
|
||||
mBackgroundPen.SetColour(wxColour(204, 204, 204));
|
||||
|
||||
mBackgroundHeight = 0;
|
||||
mBackgroundWidth = 0;
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
|
||||
#include "../MemoryX.h"
|
||||
#include <wx/brush.h>
|
||||
#include <wx/pen.h>
|
||||
|
||||
#include "audacity/Types.h"
|
||||
#include "../Theme.h"
|
||||
@@ -30,7 +29,6 @@ class wxChoice;
|
||||
class wxCommandEvent;
|
||||
class wxImage;
|
||||
class wxKeyEvent;
|
||||
class wxPen;
|
||||
|
||||
class AButton;
|
||||
class ASlider;
|
||||
@@ -153,7 +151,6 @@ class TranscriptionToolBar final : public ToolBar {
|
||||
#endif
|
||||
|
||||
wxBrush mBackgroundBrush;
|
||||
wxPen mBackgroundPen;
|
||||
int mBackgroundWidth;
|
||||
int mBackgroundHeight;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user