From 3d97343c2ab020d9665a77dc355fa07f7afd6302 Mon Sep 17 00:00:00 2001 From: reuk Date: Wed, 14 Jul 2021 16:36:46 +0100 Subject: [PATCH] GCC: Fix redundant redeclaration warnings --- modules/juce_core/native/juce_posix_SharedCode.h | 2 -- modules/juce_gui_extra/native/juce_linux_XEmbedComponent.cpp | 4 ---- 2 files changed, 6 deletions(-) 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);