diff --git a/modules/juce_core/native/juce_posix_SharedCode.h b/modules/juce_core/native/juce_posix_SharedCode.h index e2af54133b..94e304e2f4 100644 --- a/modules/juce_core/native/juce_posix_SharedCode.h +++ b/modules/juce_core/native/juce_posix_SharedCode.h @@ -835,8 +835,6 @@ void InterProcessLock::exit() } //============================================================================== -void JUCE_API juce_threadEntryPoint (void*); - #if JUCE_ANDROID extern JavaVM* androidJNIJavaVM; #endif diff --git a/modules/juce_gui_extra/native/juce_linux_XEmbedComponent.cpp b/modules/juce_gui_extra/native/juce_linux_XEmbedComponent.cpp index 3cc7a8e313..05ff47d070 100644 --- a/modules/juce_gui_extra/native/juce_linux_XEmbedComponent.cpp +++ b/modules/juce_gui_extra/native/juce_linux_XEmbedComponent.cpp @@ -26,10 +26,6 @@ namespace juce { -bool juce_handleXEmbedEvent (ComponentPeer*, void*); -Window juce_getCurrentFocusWindow (ComponentPeer*); - -//============================================================================== ::Window juce_createKeyProxyWindow (ComponentPeer*); void juce_deleteKeyProxyWindow (::Window);