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:
parent
48659d6e9b
commit
3d97343c2a
2 changed files with 0 additions and 6 deletions
|
|
@ -835,8 +835,6 @@ void InterProcessLock::exit()
|
|||
}
|
||||
|
||||
//==============================================================================
|
||||
void JUCE_API juce_threadEntryPoint (void*);
|
||||
|
||||
#if JUCE_ANDROID
|
||||
extern JavaVM* androidJNIJavaVM;
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -26,10 +26,6 @@
|
|||
namespace juce
|
||||
{
|
||||
|
||||
bool juce_handleXEmbedEvent (ComponentPeer*, void*);
|
||||
Window juce_getCurrentFocusWindow (ComponentPeer*);
|
||||
|
||||
//==============================================================================
|
||||
::Window juce_createKeyProxyWindow (ComponentPeer*);
|
||||
void juce_deleteKeyProxyWindow (::Window);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue