Remove unused NascentInfo::is_touch member.

git-svn-id: svn://localhost/ardour2/branches/3.0@9386 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-04-20 01:24:25 +00:00
parent ee697bef96
commit d22cd939a3
3 changed files with 5 additions and 7 deletions

View file

@ -365,7 +365,7 @@ ControlList::merge_nascent (double when)
nascent.clear ();
if (writing()) {
nascent.push_back (new NascentInfo (false));
nascent.push_back (new NascentInfo ());
}
}