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

GCC: Fix redundant redeclaration warnings

This commit is contained in:
reuk 2021-07-14 16:36:46 +01:00
parent 48659d6e9b
commit 3d97343c2a
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11
2 changed files with 0 additions and 6 deletions

View file

@ -835,8 +835,6 @@ void InterProcessLock::exit()
}
//==============================================================================
void JUCE_API juce_threadEntryPoint (void*);
#if JUCE_ANDROID
extern JavaVM* androidJNIJavaVM;
#endif

View file

@ -26,10 +26,6 @@
namespace juce
{
bool juce_handleXEmbedEvent (ComponentPeer*, void*);
Window juce_getCurrentFocusWindow (ComponentPeer*);
//==============================================================================
::Window juce_createKeyProxyWindow (ComponentPeer*);
void juce_deleteKeyProxyWindow (::Window);