From: Robin Dunn Date: Wed, 1 Nov 2006 02:10:47 +0000 (+0000) Subject: Remove comment from patch that doesn't apply anymore X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e5b14b74987780b2d03e54598566fe90ca64e23d 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 --- 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; }