1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-23 07:40:05 +02:00

Revert "Channel cascade -- yes. Move cascade -- no."

This reverts commit d0071fc92ed049ef17119f35f42b440705e3a718, reversing
changes made to 5a4d28dba3a7957d4857ae866b3e6d3e0b526c16.
This commit is contained in:
Paul Licameli 2015-08-02 13:17:56 -04:00
parent d0071fc92e
commit 0c8ee32050

View File

@ -158,7 +158,6 @@ is time to refresh some aspect of the screen.
// This conditional compilation switch does not need to be seen
// in any other file, so I define it here, not in Experimental.h -- PRL
#undef EXPERIMENTAL_CASCADE_MOVE_MENU
#define EXPERIMENTAL_CASCADE_TCP_MENU
#include "Audacity.h"
@ -843,7 +842,7 @@ void TrackPanel::BuildCommonDropMenuItems(wxMenu * menu)
menu->AppendSeparator();
wxMenu *theMenu;
#ifdef EXPERIMENTAL_CASCADE_MOVE_MENU
#ifdef EXPERIMENTAL_CASCADE_TCP_MENU
wxMenu *const moveMenu = new wxMenu();
menu->Append(0, _("&Move"), moveMenu);
theMenu = moveMenu;