From: Michael Mair-Keimberger (asterix) Date: Sun, 29 Jan 2017 08:45:31 +0000 (+0100) Subject: sci-biology/treeviewx: remove unused patch X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1292ebd41db97a2a8d2975995fc5a1258e2bd367;p=gentoo.git sci-biology/treeviewx: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3708 --- diff --git a/sci-biology/treeviewx/files/treeviewx-0.5.1-wx28.patch b/sci-biology/treeviewx/files/treeviewx-0.5.1-wx28.patch deleted file mode 100644 index e3ba6b2fff50..000000000000 --- a/sci-biology/treeviewx/files/treeviewx-0.5.1-wx28.patch +++ /dev/null @@ -1,14 +0,0 @@ -Fix build w/ wxGTK-2.8 -http://bugs.debian.org/567238 - ---- a/tview.cpp -+++ b/tview.cpp -@@ -994,7 +994,7 @@ END_EVENT_TABLE() - MyCanvas::MyCanvas(wxView *v, wxMDIChildFrame *frame, const wxPoint& pos, const wxSize& size, long style): - wxScrolledWindow(frame, -1, pos, size, style) - { -- SetBackgroundColour(wxColour("WHITE")); -+ SetBackgroundColour(wxColour(wxT("WHITE"))); - view = v; - magnification = 1; - }