Remove superfluous spacing
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 16 Nov 2009 21:06:15 +0000 (14:06 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 18 Nov 2009 03:31:57 +0000 (20:31 -0700)
framework/Notification/lib/Horde/Notification/Listener/Mobile.php

index 575ae6b..84a2123 100644 (file)
@@ -62,8 +62,6 @@ class Horde_Notification_Listener_Mobile extends Horde_Notification_Listener_Sta
             while ($message = array_shift($messageStack)) {
                 $this->getMessage($message);
             }
-            $t = &$this->_mobile->add(new Horde_Mobile_text("\n"));
-            $t->set('linebreaks', true);
         }
     }