[haiku-webkit-commits] r353 - webkit/trunk/WebKit/haiku/WebPositive

  • From: webkit@xxxxxxxxxxxxxxx
  • To: haiku-webkit-commits@xxxxxxxxxxxxx
  • Date: Wed, 24 Mar 2010 20:21:25 +0000

Author: stippi
Date: Wed Mar 24 20:21:24 2010
New Revision: 353
URL: http://mmlr.dyndns.org/changeset/353

Log:
Removed commented out code which wasn't needed after all.

Modified:
   webkit/trunk/WebKit/haiku/WebPositive/DownloadProgressView.cpp

Modified: webkit/trunk/WebKit/haiku/WebPositive/DownloadProgressView.cpp
==============================================================================
--- webkit/trunk/WebKit/haiku/WebPositive/DownloadProgressView.cpp      Wed Mar 
24 20:20:53 2010        (r352)
+++ webkit/trunk/WebKit/haiku/WebPositive/DownloadProgressView.cpp      Wed Mar 
24 20:21:24 2010        (r353)
@@ -278,11 +278,6 @@
        fInfoView->SetFont(&font, B_FONT_SIZE);
        fInfoView->SetHighColor(tint_color(fInfoView->LowColor(),
                B_DARKEN_4_TINT));
-//     font_height fontHeight;
-//     font.GetHeight(&fontHeight);
-//     float textHeight = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
-//     fInfoView->SetExplicitMinSize(BSize(B_SIZE_UNSET, textHeight));
-//     fInfoView->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, textHeight));
        fInfoView->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNSET));
 
        return true;

Other related posts:

  • » [haiku-webkit-commits] r353 - webkit/trunk/WebKit/haiku/WebPositive - webkit