mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +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>
|
#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
|
This file contains a bunch of miscellaneous utilities that are
|
||||||
|
|
|
||||||
|
|
@ -21,10 +21,6 @@
|
||||||
|
|
||||||
#include <JuceHeader.h>
|
#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
|
This file contains a bunch of miscellaneous utilities that are
|
||||||
|
|
|
||||||
|
|
@ -46,9 +46,7 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef PIP_DEMO_UTILITIES_INCLUDED
|
#include "../Assets/DemoUtilities.h"
|
||||||
#include "../Assets/DemoUtilities.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
static void showBubbleMessage (Component& targetComponent, const String& textToShow,
|
static void showBubbleMessage (Component& targetComponent, const String& textToShow,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue