From f06dadbd689702d21d73fafc0bc3019fa4947720 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Mon, 11 Apr 2016 23:39:09 -0400 Subject: [PATCH] Comment out unused function declarations --- src/TimeTrack.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TimeTrack.h b/src/TimeTrack.h index c5dd239d8..01eb97164 100644 --- a/src/TimeTrack.h +++ b/src/TimeTrack.h @@ -62,8 +62,8 @@ class TimeTrack final : public Track { // Lock and unlock the track: you must lock the track before // doing a copy and paste between projects. - bool Lock(); - bool Unlock(); + // bool Lock(); + // bool Unlock(); // Access the track's speed envelope