From c47c725556636a3f1a819024edb2c5f73b827a4f Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 2 Dec 2019 16:46:10 +0000 Subject: [PATCH] Do not define distrho related macros in juce utils Signed-off-by: falkTX --- source/utils/CarlaJuceUtils.hpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/source/utils/CarlaJuceUtils.hpp b/source/utils/CarlaJuceUtils.hpp index b3d3df86c..b1bcf00e8 100644 --- a/source/utils/CarlaJuceUtils.hpp +++ b/source/utils/CarlaJuceUtils.hpp @@ -2,7 +2,7 @@ * Carla misc utils based on Juce * Copyright (C) 2013 Raw Material Software Ltd. * Copyright (c) 2016 ROLI Ltd. - * Copyright (C) 2013-2018 Filipe Coelho + * Copyright (C) 2013-2019 Filipe Coelho * * Permission to use, copy, modify, and/or distribute this software for any purpose with * or without fee is hereby granted, provided that the above copyright notice and this @@ -19,11 +19,6 @@ #ifndef CARLA_JUCE_UTILS_HPP_INCLUDED #define CARLA_JUCE_UTILS_HPP_INCLUDED -#define DISTRHO_LEAK_DETECTOR_HPP_INCLUDED -#define DISTRHO_SCOPED_POINTER_HPP_INCLUDED -#define DISTRHO_LEAK_DETECTOR CARLA_LEAK_DETECTOR -#define DISTRHO_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR CARLA_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR - #include "CarlaUtils.hpp" #include