]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/tooltip.cpp
cast correction Profiler
[wxWidgets.git] / src / mac / carbon / tooltip.cpp
index bee14fc9fb1174c9f70b4956f099aa27acda052d..042a6f2c35e3902fd35e127b135ba72d5fe5d0e3 100644 (file)
@@ -256,7 +256,6 @@ void wxMacToolTip::Draw()
         ::GetFontInfo(&fontInfo);
         short lineh = fontInfo.ascent + fontInfo.descent + fontInfo.leading;
         short height = 0 ;
-        //    short width = TextWidth( m_label , 0 ,m_label.Length() ) ;
         
         int i = 0 ;
         int length = m_label.Length() ;