From e5b14b74987780b2d03e54598566fe90ca64e23d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 1 Nov 2006 02:10:47 +0000 Subject: [PATCH] Remove comment from patch that doesn't apply anymore git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/dcbufcmn.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/dcbufcmn.cpp b/src/common/dcbufcmn.cpp index 70a7c8b976..ed6bb0e7bb 100644 --- a/src/common/dcbufcmn.cpp +++ b/src/common/dcbufcmn.cpp @@ -55,8 +55,6 @@ public: delete ms_buffer; ms_buffer = new wxBitmap(w, h); } - - // return a copy of the static instance return ms_buffer; } -- 2.50.0