summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_time_axis.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-02-10 18:16:25 +0000
committerDavid Robillard <d@drobilla.net>2008-02-10 18:16:25 +0000
commit1b657585572298d1a69a7b43e611f59b7e185df3 (patch)
tree5b0ca4e1f222357499f97165a13308ac070c5ddc /gtk2_ardour/automation_time_axis.h
parente76b028ffdf054775cb697174d00cd0222d675c6 (diff)
Committed underlay support (from Audun).
git-svn-id: svn://localhost/ardour2/branches/3.0@3037 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/automation_time_axis.h')
-rw-r--r--gtk2_ardour/automation_time_axis.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/gtk2_ardour/automation_time_axis.h b/gtk2_ardour/automation_time_axis.h
index 4e21d281a3..8ddd007a3c 100644
--- a/gtk2_ardour/automation_time_axis.h
+++ b/gtk2_ardour/automation_time_axis.h
@@ -50,7 +50,6 @@ class TimeSelection;
class RegionSelection;
class PointSelection;
class AutomationLine;
-class GhostRegion;
class Selection;
class Selectable;
class AutomationStreamView;
@@ -95,9 +94,6 @@ class AutomationTimeAxisView : public TimeAxisView {
bool paste (nframes_t, float times, Selection&, size_t nth);
void reset_objects (PointSelection&);
- void add_ghost (GhostRegion*);
- void remove_ghost (GhostRegion*);
-
void set_state (const XMLNode&);
guint32 show_at (double y, int& nth, Gtk::VBox *parent);
@@ -121,7 +117,6 @@ class AutomationTimeAxisView : public TimeAxisView {
AutomationStreamView* _view;
string _name;
- bool in_destructor;
bool ignore_toggle;
bool first_call_to_set_height;
@@ -151,8 +146,6 @@ class AutomationTimeAxisView : public TimeAxisView {
void build_display_menu ();
- list<GhostRegion*> ghosts;
-
bool cut_copy_clear_one (AutomationLine&, Selection&, Editing::CutCopyOp);
bool cut_copy_clear_objects_one (AutomationLine&, PointSelection&, Editing::CutCopyOp);
bool paste_one (AutomationLine&, nframes_t, float times, Selection&, size_t nth);
@@ -173,7 +166,7 @@ class AutomationTimeAxisView : public TimeAxisView {
void entered ();
void exited ();
- void set_colors ();
+ //void set_colors ();
void color_handler ();
static Pango::FontDescription* name_font;