1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

DemoRunner: Removed unused define

This commit is contained in:
ed 2021-06-03 18:12:35 +01:00
parent e4f9e7f79b
commit 271e66fbed
3 changed files with 1 additions and 11 deletions

View file

@ -21,10 +21,6 @@
#include <JuceHeader.h>
#ifndef PIP_DEMO_UTILITIES_INCLUDED
#define PIP_DEMO_UTILITIES_INCLUDED 1
#endif
//==============================================================================
/*
This file contains a bunch of miscellaneous utilities that are

View file

@ -21,10 +21,6 @@
#include <JuceHeader.h>
#ifndef PIP_DEMO_UTILITIES_INCLUDED
#define PIP_DEMO_UTILITIES_INCLUDED 1
#endif
//==============================================================================
/*
This file contains a bunch of miscellaneous utilities that are

View file

@ -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,