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

  • From: pulkomandy@xxxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 3 Sep 2011 17:13:05 +0200 (CEST)

Author: pulkomandy
Date: 2011-09-03 17:13:05 +0200 (Sat, 03 Sep 2011)
New Revision: 42711
Changeset: https://dev.haiku-os.org/changeset/42711

Modified:
   haiku/trunk/src/servers/notification/NotificationView.cpp
Log:
Remove useless method call.


Modified: haiku/trunk/src/servers/notification/NotificationView.cpp
===================================================================
--- haiku/trunk/src/servers/notification/NotificationView.cpp   2011-09-03 
14:26:32 UTC (rev 42710)
+++ haiku/trunk/src/servers/notification/NotificationView.cpp   2011-09-03 
15:13:05 UTC (rev 42711)
@@ -10,7 +10,7 @@
  *             Mikael Eiman, mikael@xxxxxxxx
  *             Pier Luigi Fiorini, pierluigi.fiorini@xxxxxxxxx
  *             Stephan Aßmus <superstippi@xxxxxx>
- *             Adrien Destugues <pulokmandy@xxxxxxxxxxxxxxxxx>
+ *             Adrien Destugues <pulkomandy@xxxxxxxxxxxxxxxxx>
  */
 
 #include <stdlib.h>
@@ -340,8 +340,6 @@
        PopState();
 
        Sync();
-       
-       BView::Draw(updateRect);
 }
 
 


Other related posts:

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