diff options
author | Tim E. Real <termtech@rogers.com> | 2011-05-26 00:18:47 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2011-05-26 00:18:47 +0000 |
commit | e8612708161b71b43d56ef47eede6cc58b035967 (patch) | |
tree | 18580394352c090068325ded37a8f53d6807c4a0 /muse2/muse/globals.h | |
parent | a1db21404d203bec7353099a9947778735271bfd (diff) |
Moved all routing popup menu stuff from app, astrip, mstrip, mtrackinfo into new class RoutePopupMenu,
*massively* cleaning up those 4 files. Used new Route QVariant type as action data instead of integers.
Moved MenuTitleItem definitions from astrip.cpp into it's own menutitleitem.cpp
Added to settings: "Make popup menus stay open. Otherwise hold Ctrl."
Diffstat (limited to 'muse2/muse/globals.h')
-rw-r--r-- | muse2/muse/globals.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/muse2/muse/globals.h b/muse2/muse/globals.h index 984571e2..cee5e815 100644 --- a/muse2/muse/globals.h +++ b/muse2/muse/globals.h @@ -13,7 +13,6 @@ #include "value.h" #include "mtc.h" -#include "route.h" #include <unistd.h> @@ -172,15 +171,6 @@ extern unsigned char rcSteprecNote; extern bool midiSeqRunning; extern bool automation; -class QObject; -// Which audio strip, midi strip, or midi track info strip -// was responsible for popping up the routing menu. -extern QObject* gRoutingPopupMenuMaster; -// Map of routing popup menu item IDs to Routes. -extern RouteMenuMap gRoutingMenuMap; -// Whether the routes popup was shown by clicking the output routes button, or input routes button. -extern bool gIsOutRoutingPopupMenu; - // p3.3.55 #define JACK_MIDI_OUT_PORT_SUFFIX "_out" #define JACK_MIDI_IN_PORT_SUFFIX "_in" |