revert last fix - its not relevant to 3.0 (yet)

git-svn-id: svn://localhost/ardour2/branches/3.0@3883 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2008-10-07 22:24:00 +00:00
parent 599b18f950
commit 93c2af8c9e
7 changed files with 152 additions and 46 deletions

View file

@ -27,7 +27,7 @@ class IOSelector : public PortMatrix {
public:
IOSelector (ARDOUR::Session&, boost::shared_ptr<ARDOUR::IO>, bool);
void set_state (int, std::string const &, bool);
void set_state (int, std::string const &, bool, uint32_t);
bool get_state (int, std::string const &) const;
uint32_t n_rows () const;
uint32_t maximum_rows () const;