Revert previous ill-thought-out patch.

git-svn-id: svn://localhost/ardour2/branches/3.0@8213 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington
2010-12-07 19:55:43 +00:00
parent f3fc6195bc
commit 56554af08f
11 changed files with 21 additions and 83 deletions

View File

@@ -90,20 +90,6 @@ Event<Timestamp>::~Event() {
}
}
template<typename Timestamp>
void
Event<Timestamp>::set_time (Timestamp t)
{
_nominal_time = t;
}
template<typename Timestamp>
void
Event<Timestamp>::set_original_time (Timestamp t)
{
_original_time = t;
}
#endif // EVORAL_EVENT_ALLOC
template class Event<Evoral::MusicalTime>;