From bedf0b6aec12b10b7ad319e4b4e0fef0c3087970 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Tue, 23 Feb 2016 19:31:34 -0500 Subject: [PATCH] Remove incorrect comment regarding wxWidgets bug report from class_bitmap_base.cpp. --- common/class_bitmap_base.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/common/class_bitmap_base.cpp b/common/class_bitmap_base.cpp index d570d6c5fc..3da180a66c 100644 --- a/common/class_bitmap_base.cpp +++ b/common/class_bitmap_base.cpp @@ -224,7 +224,6 @@ void BITMAP_BASE::DrawBitmap( EDA_DRAW_PANEL* aPanel, wxDC* aDC, const wxPoint& wxSize size = GetSize(); // This fixes a bug in OSX that should be fixed in the 3.0.3 version or later. - // See: http://trac.wxwidgets.org/ticket/16329 for more information. if( ( size.x == 0 ) || ( size.y == 0 ) ) return;