1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-11 15:16:27 +01:00

Revert "Make a Channels sub-menu, and change accelerators to be more mnemonic..."

This reverts commit cc08bba27a.

Conflicts:
	src/TrackPanel.cpp
This commit is contained in:
Paul Licameli
2015-08-02 13:25:35 -04:00
parent 0c8ee32050
commit d6b76e3589
2 changed files with 22 additions and 109 deletions

View File

@@ -830,10 +830,6 @@ protected:
wxMenu *mRulerWaveformMenu;
wxMenu *mRulerSpectrumMenu;
wxMenu *mChannelMenuMono;
wxMenu *mChannelMenuStereo;
wxMenu *mHiddenChannelMenu;
Track *mPopupMenuTarget;
friend class TrackPanelAx;