Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

Commit

Permalink
Remove Device Toolbar
Browse files Browse the repository at this point in the history
Signed-off-by: akleja <storspov@gmail.com>
  • Loading branch information
akleja committed Oct 8, 2021
1 parent 5339684 commit 8483888
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 819 deletions.
2 changes: 0 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -731,8 +731,6 @@ list( APPEND SOURCES PRIVATE
list( APPEND SOURCES PRIVATE
toolbars/ControlToolBar.cpp
toolbars/ControlToolBar.h
toolbars/DeviceToolBar.cpp
toolbars/DeviceToolBar.h
toolbars/EditToolBar.cpp
toolbars/EditToolBar.h
toolbars/MeterToolBar.cpp
Expand Down
1 change: 0 additions & 1 deletion src/Screenshot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,6 @@ void ScreenshotBigDialog::OnCaptureSomething(wxCommandEvent & event)
ScreenshotCommand::kplaymeter,
ScreenshotCommand::krecordmeter,
ScreenshotCommand::kedit,
ScreenshotCommand::kdevice,
ScreenshotCommand::ktranscription,
ScreenshotCommand::kscrub,
ScreenshotCommand::ktrackpanel,
Expand Down
3 changes: 0 additions & 3 deletions src/commands/ScreenshotCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ kCaptureWhatStrings[ ScreenshotCommand::nCaptureWhats ] =
{ wxT("PlayMeter"), XO("Play Meter") },
{ wxT("RecordMeter"), XO("Record Meter") },
{ XO("Edit") },
{ XO("Device") },
{ XO("Scrub") },
{ XO("Play-at-Speed") },
{ XO("Trackpanel") },
Expand Down Expand Up @@ -798,8 +797,6 @@ bool ScreenshotCommand::Apply(const CommandContext & context)
return CaptureToolbar(context, &toolManager, PlayMeterBarID, mFileName);
case kedit:
return CaptureToolbar(context, &toolManager, EditBarID, mFileName);
case kdevice:
return CaptureToolbar(context, &toolManager, DeviceBarID, mFileName);
case ktranscription:
return CaptureToolbar(context, &toolManager, TranscriptionBarID, mFileName);
case kscrub:
Expand Down
1 change: 0 additions & 1 deletion src/commands/ScreenshotCommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class TENACITY_DLL_API ScreenshotCommand : public AudacityCommand
kplaymeter,
krecordmeter,
kedit,
kdevice,
kscrub,
ktranscription,
ktrackpanel,
Expand Down
Loading

0 comments on commit 8483888

Please sign in to comment.