From b4e7982099ee2a56f80a077a293425ef1f297112 Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Mon, 22 Apr 2024 08:12:08 +0200 Subject: [PATCH] remove forgotten #define DIAG_IO --- Turnouts.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Turnouts.cpp b/Turnouts.cpp index 83603fc..ca5f890 100644 --- a/Turnouts.cpp +++ b/Turnouts.cpp @@ -123,7 +123,6 @@ return true; } -#define DIAG_IO // Static setClosed function is invoked from close(), throw() etc. to perform the // common parts of the turnout operation. Code which is specific to a turnout // type should be placed in the virtual function setClosedInternal(bool) which is