From 08b83713af3cc87368cf0ab2baf5ec5561c96a32 Mon Sep 17 00:00:00 2001 From: Gunther Schulz Date: Sun, 22 Nov 2020 13:15:51 +0100 Subject: [PATCH] fix compiler failure --- Indicators/JsonAPIIndicator.mq5 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Indicators/JsonAPIIndicator.mq5 b/Indicators/JsonAPIIndicator.mq5 index 4a2d8af..d9f64c0 100644 --- a/Indicators/JsonAPIIndicator.mq5 +++ b/Indicators/JsonAPIIndicator.mq5 @@ -40,8 +40,6 @@ bool debug = true; bool first = false; int activeBufferCount = 0; -int activeBufferCount = 0; - //+------------------------------------------------------------------+ //| Custom indicator initialization function | //+------------------------------------------------------------------+