summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/automation_event.h
diff options
context:
space:
mode:
authorHans Fugal <hans@fugal.net>2006-08-03 21:54:14 +0000
committerHans Fugal <hans@fugal.net>2006-08-03 21:54:14 +0000
commitb0b723445816bc968a6a183c6619fccc61e82859 (patch)
treeacea74f2808f94f09492bfa5c09163ba6ec3a8cd /libs/ardour/ardour/automation_event.h
parent1f1c4981de73b13d0b7617d8ebe89d9f22dddec3 (diff)
r260@gandalf: fugalh | 2006-08-03 15:53:50 -0600
It compiles and runs and seems to still work. Still needed is the actual serialization. Time to merge back to trunk so things can be tested by all. git-svn-id: svn://localhost/ardour2/branches/undo@754 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/automation_event.h')
-rw-r--r--libs/ardour/ardour/automation_event.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libs/ardour/ardour/automation_event.h b/libs/ardour/ardour/automation_event.h
index 73aed389c1..1fa29d4adf 100644
--- a/libs/ardour/ardour/automation_event.h
+++ b/libs/ardour/ardour/automation_event.h
@@ -154,10 +154,7 @@ class AutomationList : public StateManager, public Stateful
virtual void load_state (const XMLNode&);
XMLNode &get_state(void);
- int set_state (const XMLNode &s) {
- load_state(s);
- return 1; /*XXX*/
- }
+ int set_state (const XMLNode &s);
void set_max_xval (double);
double get_max_xval() const { return max_xval; }