From d95179f571e172077dcbde7b7aca0b011f646772 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 5 Oct 2023 21:56:42 +0200 Subject: [PATCH] NO-OP: remove unused, unimplemented functions --- 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 1bfbc7d203..735dc0ec4c 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -1498,7 +1498,6 @@ private: void ensure_buffers (ChanCount howmany = ChanCount::ZERO); - void process_scrub (pframes_t); void process_without_events (pframes_t); void process_with_events (pframes_t); void process_audition (pframes_t); @@ -1910,7 +1909,6 @@ private: void force_locate (samplepos_t sample, LocateTransportDisposition); void realtime_stop (bool abort, bool clear_state); void realtime_locate (bool); - void non_realtime_start_scrub (); void non_realtime_set_speed (); void non_realtime_locate (); void non_realtime_stop (bool abort, int entry_request_count, bool& finished, bool will_locate);