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:
parent
e4f9e7f79b
commit
271e66fbed
3 changed files with 1 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue