summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_entry.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2018-12-10 08:33:31 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2018-12-10 08:34:01 -0500
commitfc83d044f85872e55d7da02ff2a4bb6f8725714f (patch)
tree74f7caabeafc20b265723d4ff75f343f2233a863 /gtk2_ardour/step_entry.h
parent00df619d2184ad6d46eda1b0964b7ac4ed2bffcd (diff)
use ActionManager namespace, rather than ActionMap objects, and remove all per-context action maps
Diffstat (limited to 'gtk2_ardour/step_entry.h')
-rw-r--r--gtk2_ardour/step_entry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/step_entry.h b/gtk2_ardour/step_entry.h
index f05dfa13b2..a9ca7bd547 100644
--- a/gtk2_ardour/step_entry.h
+++ b/gtk2_ardour/step_entry.h
@@ -32,7 +32,7 @@
class StepEditor;
-class StepEntry : public ArdourWindow, public Gtkmm2ext::ActionMapOwner
+class StepEntry : public ArdourWindow
{
public:
StepEntry (StepEditor&);