]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove incorrect comment.
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 24 Jan 2011 14:35:30 +0000 (14:35 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 24 Jan 2011 14:35:30 +0000 (14:35 +0000)
UpdateColumnWidthToFit() is in fact used when double-clicking columns separators.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/datavgen.cpp

index 45395280f2d7cbb81ed3aedd0b9c00b3720f3d11..d0260367993d5ecc40cf43ded60e35b8c60569d7 100644 (file)
@@ -145,7 +145,6 @@ protected:
         return *(GetOwner()->GetColumn(idx));
     }
 
-    // FIXME: currently unused
     virtual bool UpdateColumnWidthToFit(unsigned int idx, int widthTitle)
     {
         wxDataViewCtrl * const owner = GetOwner();