From 271e66fbed0f89509849b1eb635dfe3408a8e4a4 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 3 Jun 2021 18:12:35 +0100 Subject: [PATCH] DemoRunner: Removed unused define --- examples/Assets/DemoUtilities.h | 4 ---- .../Builds/Android/app/src/main/assets/DemoUtilities.h | 4 ---- examples/GUI/WidgetsDemo.h | 4 +--- 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/examples/Assets/DemoUtilities.h b/examples/Assets/DemoUtilities.h index 96cf595a87..fd906db2c0 100644 --- a/examples/Assets/DemoUtilities.h +++ b/examples/Assets/DemoUtilities.h @@ -21,10 +21,6 @@ #include -#ifndef PIP_DEMO_UTILITIES_INCLUDED - #define PIP_DEMO_UTILITIES_INCLUDED 1 -#endif - //============================================================================== /* This file contains a bunch of miscellaneous utilities that are diff --git a/examples/DemoRunner/Builds/Android/app/src/main/assets/DemoUtilities.h b/examples/DemoRunner/Builds/Android/app/src/main/assets/DemoUtilities.h index 96cf595a87..fd906db2c0 100644 --- a/examples/DemoRunner/Builds/Android/app/src/main/assets/DemoUtilities.h +++ b/examples/DemoRunner/Builds/Android/app/src/main/assets/DemoUtilities.h @@ -21,10 +21,6 @@ #include -#ifndef PIP_DEMO_UTILITIES_INCLUDED - #define PIP_DEMO_UTILITIES_INCLUDED 1 -#endif - //============================================================================== /* This file contains a bunch of miscellaneous utilities that are diff --git a/examples/GUI/WidgetsDemo.h b/examples/GUI/WidgetsDemo.h index 0613d8bc68..29652735dd 100644 --- a/examples/GUI/WidgetsDemo.h +++ b/examples/GUI/WidgetsDemo.h @@ -46,9 +46,7 @@ #pragma once -#ifndef PIP_DEMO_UTILITIES_INCLUDED - #include "../Assets/DemoUtilities.h" -#endif +#include "../Assets/DemoUtilities.h" //============================================================================== static void showBubbleMessage (Component& targetComponent, const String& textToShow,