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: