summaryrefslogtreecommitdiff
path: root/libs/evoral/src/Event.cpp
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-07 19:55:43 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-07 19:55:43 +0000
commit56554af08f7a54e0415bc3fff4752ca141e56498 (patch)
tree97e4d708ff33f72cbdba8279fb20387e27de5f46 /libs/evoral/src/Event.cpp
parentf3fc6195bc6136a31b08ffe8c260a64efe77f9dc (diff)
Revert previous ill-thought-out patch.
git-svn-id: svn://localhost/ardour2/branches/3.0@8213 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/evoral/src/Event.cpp')
-rw-r--r--libs/evoral/src/Event.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/libs/evoral/src/Event.cpp b/libs/evoral/src/Event.cpp
index 783634ff24..930a18e77b 100644
--- a/libs/evoral/src/Event.cpp
+++ b/libs/evoral/src/Event.cpp
@@ -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>;