$OpenBSD: patch-src_extern_wxWidgets_listctrl_h,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.h
--- src/extern/wxWidgets/listctrl.h.orig
+++ src/extern/wxWidgets/listctrl.h
@@ -232,11 +232,6 @@ class wxGenericListCtrl: public wxControl (public)
 protected:
     virtual bool DoPopupMenu( wxMenu *menu, int x, int y );
 
-    // take into account the coordinates difference between the container
-    // window and the list control window itself here
-    virtual void DoClientToScreen( int *x, int *y ) const;
-    virtual void DoScreenToClient( int *x, int *y ) const;
-
     virtual wxSize DoGetBestSize() const;
 
     // return the text for the given column of the given item
