From 94fcb2a922f7dcaa5c4800a83bc2bc46b43286f2 Mon Sep 17 00:00:00 2001 From: Steve Daulton Date: Tue, 14 Apr 2015 20:59:24 +0100 Subject: [PATCH] Update Experimental.h Remove obsolete #define --- src/Experimental.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Experimental.h b/src/Experimental.h index 2ef6e4e20..74b57d10e 100644 --- a/src/Experimental.h +++ b/src/Experimental.h @@ -170,7 +170,4 @@ // Define to enable Nyquist audio clip boundary control (Steve Daulton Dec 2014) // #define EXPERIMENTAL_NYQUIST_SPLIT_CONTROL -// Define to enable Nyquist time/date property list -// #define EXPERIMENTAL_NYQUIST_TIME_PROPERTY - #endif