]> git.saurik.com Git - wxWidgets.git/commitdiff
removed obsolete and incorrect comment
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 4 Sep 2006 10:56:41 +0000 (10:56 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 4 Sep 2006 10:56:41 +0000 (10:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dfb/dc.h

index e8690c12eadcc4193ace39fc2e078e9c5224825e..daf39357d81ba358966a5c4a91b205cd3df677fe 100644 (file)
@@ -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: