From d0746b8378689268c0fc09e7c9155282ae6c7c38 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 19 Mar 2016 13:13:43 +0100 Subject: [PATCH] remove cruft --- libs/ardour/ardour/region.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h index a8a1475fb8..9df4bdee7a 100644 --- a/libs/ardour/ardour/region.h +++ b/libs/ardour/ardour/region.h @@ -132,7 +132,6 @@ class LIBARDOUR_API Region frameoffset_t sync_offset (int& dir) const; framepos_t sync_position () const; - framepos_t sync_point () const; framepos_t adjust_to_sync (framepos_t) const;