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
This commit is contained in:
Robin Dunn 2006-11-01 02:10:47 +00:00
parent 3754c85628
commit e5b14b7498

View File

@ -55,8 +55,6 @@ public:
delete ms_buffer;
ms_buffer = new wxBitmap(w, h);
}
// return a copy of the static instance
return ms_buffer;
}