From: Vadim Zeitlin <vadim@wxwidgets.org>
Date: Wed, 5 Mar 2008 23:12:13 +0000 (+0000)
Subject: remove wxFindFocusedChild() declaration too as g++ gets upset if an extern function... 
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2c20f44d7034eb5d19b7d4459bfc72bbf95de355?ds=inline

remove wxFindFocusedChild() declaration too as g++ gets upset if an extern function is redefined as static

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/include/wx/gtk/window.h b/include/wx/gtk/window.h
index d2810e0c9b..c98d652875 100644
--- a/include/wx/gtk/window.h
+++ b/include/wx/gtk/window.h
@@ -386,6 +386,4 @@ private:
     DECLARE_NO_COPY_CLASS(wxWindowGTK)
 };
 
-extern WXDLLIMPEXP_CORE wxWindow *wxFindFocusedChild(wxWindowGTK *win);
-
 #endif // _WX_GTK_WINDOW_H_