From: Václav Slavík Date: Mon, 4 Sep 2006 10:56:41 +0000 (+0000) Subject: removed obsolete and incorrect comment X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3b06df5a35645b578e64c11138e20fa3cb4b9913 removed obsolete and incorrect comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/dfb/dc.h b/include/wx/dfb/dc.h index e8690c12ea..daf39357d8 100644 --- a/include/wx/dfb/dc.h +++ b/include/wx/dfb/dc.h @@ -27,8 +27,6 @@ public: wxDC(); // Ctor. - // Takes ownership of the surface, i.e. does not call AddRef() on it - // but calls Release() on it from dtor. wxDC(const IDirectFBSurfacePtr& surface); public: