summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/port.h')
-rw-r--r--libs/ardour/ardour/port.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/ardour/ardour/port.h b/libs/ardour/ardour/port.h
index 18d56dd8df..7284f2d9aa 100644
--- a/libs/ardour/ardour/port.h
+++ b/libs/ardour/ardour/port.h
@@ -139,8 +139,6 @@ public:
_global_port_buffer_offset += n;
}
- virtual void increment_port_buffer_offset (pframes_t n);
-
virtual XMLNode& get_state (void) const;
virtual int set_state (const XMLNode&, int version);
@@ -158,7 +156,6 @@ protected:
static pframes_t _cycle_nframes; /* access only from process() tree */
static pframes_t _global_port_buffer_offset; /* access only from process() tree */
- samplecnt_t _port_buffer_offset; /* access only from process() tree */
LatencyRange _private_playback_latency;
LatencyRange _private_capture_latency;