summaryrefslogtreecommitdiff
path: root/libs/ardour/session_time.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-05-16 03:20:57 +0000
committerCarl Hetherington <carl@carlh.net>2009-05-16 03:20:57 +0000
commit400d2a86aa728dffe92750fe39ae6cd214eeff35 (patch)
tree5627c3cc84ef35b088955117636f768c897692f8 /libs/ardour/session_time.cc
parentace07c80a81a631eb8ff95155e5ace2751838809 (diff)
Remove preferences menu options that have been moved into one or other preferences dialog.
git-svn-id: svn://localhost/ardour2/branches/3.0@5085 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_time.cc')
-rw-r--r--libs/ardour/session_time.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/libs/ardour/session_time.cc b/libs/ardour/session_time.cc
index 4e4c066ba4..32a94adee1 100644
--- a/libs/ardour/session_time.cc
+++ b/libs/ardour/session_time.cc
@@ -181,14 +181,6 @@ Session::sync_time_vars ()
};
}
-int
-Session::set_smpte_format (SmpteFormat format)
-{
- /* this will trigger any other changes needed */
- config.set_smpte_format (format);
- return 0;
-}
-
void
Session::set_smpte_offset (nframes_t off)
{