[haiku-commits] r43171 - haiku/trunk/src/servers/notification

  • From: pulkomandy@xxxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 3 Nov 2011 22:14:06 +0100 (CET)

Author: pulkomandy
Date: 2011-11-03 22:14:05 +0100 (Thu, 03 Nov 2011)
New Revision: 43171
Changeset: https://dev.haiku-os.org/changeset/43171

Modified:
   haiku/trunk/src/servers/notification/AppGroupView.cpp
Log:
Remove unused code. Thanks to ummccoullough for noticing.


Modified: haiku/trunk/src/servers/notification/AppGroupView.cpp
===================================================================
--- haiku/trunk/src/servers/notification/AppGroupView.cpp       2011-11-03 
21:04:41 UTC (rev 43170)
+++ haiku/trunk/src/servers/notification/AppGroupView.cpp       2011-11-03 
21:14:05 UTC (rev 43171)
@@ -35,9 +35,6 @@
 {
        SetFlags(Flags() | B_WILL_DRAW);
 
-       font_height fh;
-       be_bold_font->GetHeight(&fh);
-
        static_cast<BGroupLayout*>(GetLayout())->SetInsets(0, kHeaderSize, 0, 
0);
 }
 


Other related posts:

  • » [haiku-commits] r43171 - haiku/trunk/src/servers/notification - pulkomandy