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

Remove some unnecessary toolbar related declarations, fix comments

This commit is contained in:
Paul Licameli
2019-01-11 11:57:49 -05:00
parent aad117051a
commit 2b32884596
10 changed files with 3 additions and 39 deletions

View File

@@ -20,9 +20,7 @@
This class, which is a child of Toolbar, creates the
window containing the Transport (rewind/play/stop/record/ff)
buttons. The window can be embedded within a
normal project window, or within a ToolbarFrame that is
managed by a global ToolBarStub called
gControlToolBarStub.
normal project window, or within a ToolBarFrame.
All of the controls in this window were custom-written for
Audacity - they are not native controls on any platform -
@@ -59,7 +57,6 @@
#include <wx/datetime.h>
#include "TranscriptionToolBar.h"
#include "MeterToolBar.h"
#include "../AColor.h"
#include "../AdornedRulerPanel.h"

View File

@@ -19,8 +19,7 @@
window containing interfaces to commonly-used edit
functions that are otherwise only available through
menus. The window can be embedded within a normal project
window, or within a ToolbarFrame that is managed by a
global ToolBarStub called gControlToolBarStub.
window, or within a ToolBarFrame.
All of the controls in this window were custom-written for
Audacity - they are not native controls on any platform -

View File

@@ -18,9 +18,7 @@
This class, which is a child of Toolbar, creates the
window containing the tool selection (ibeam, envelope,
move, zoom). The window can be embedded within a
normal project window, or within a ToolbarFrame that is
managed by a global ToolBarStub called
gToolsToolBarStub.
normal project window, or within a ToolBarFrame.
All of the controls in this window were custom-written for
Audacity - they are not native controls on any platform -
@@ -48,8 +46,6 @@
#endif
#include <wx/tooltip.h>
#include "MeterToolBar.h"
#include "../Prefs.h"
#include "../AllThemeResources.h"
#include "../ImageManipulation.h"