1
0
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:
Paul Licameli
2018-11-14 13:50:12 -05:00
parent 3a7324984c
commit ec2f26e48c
17 changed files with 6 additions and 18 deletions

View File

@@ -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;

View File

@@ -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;