$OpenBSD: patch-src_extern_wxWidgets_listctrl_cpp,v 1.1 2019/01/20 22:02:02 juanfra Exp $

Remove an infinite recursion.

https://github.com/amule-project/amule/commit/110a056fa4bcfc0fe8c1f8eadcc2bd5df0bbf5e1

Index: src/extern/wxWidgets/listctrl.cpp
--- src/extern/wxWidgets/listctrl.cpp.orig
+++ src/extern/wxWidgets/listctrl.cpp
@@ -5803,16 +5803,6 @@ bool wxGenericListCtrl::DoPopupMenu( wxMenu *menu, int
 #endif
 }
 
-void wxGenericListCtrl::DoClientToScreen( int *x, int *y ) const
-{
-    m_mainWin->DoClientToScreen(x, y);
-}
-
-void wxGenericListCtrl::DoScreenToClient( int *x, int *y ) const
-{
-    m_mainWin->DoScreenToClient(x, y);
-}
-
 void wxGenericListCtrl::SetFocus()
 {
     // The test in window.cpp fails as we are a composite
