From b7688699efbf0b6e185b1a9965a1e7d8f60b9ed3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 23 Dec 2011 01:38:32 +0000 Subject: Remove unused declaration. git-svn-id: svn://localhost/ardour2/branches/3.0@11065 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/session.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index 2ef4960b8e..b461fd0854 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -369,8 +369,6 @@ class Session : public PBD::StatefulDestructible, public PBD::ScopedConnectionLi void set_auto_loop_location (Location *); int location_name(std::string& result, std::string base = std::string("")); - void reset_input_monitor_state (); - pframes_t get_block_size() const { return current_block_size; } framecnt_t worst_output_latency () const { return _worst_output_latency; } framecnt_t worst_input_latency () const { return _worst_input_latency; } -- cgit v1.2.3