From 9fb6b1db7097d2b2e98264baf3d34cbf99d1b380 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 16 Nov 2009 14:06:15 -0700 Subject: [PATCH] Remove superfluous spacing --- framework/Notification/lib/Horde/Notification/Listener/Mobile.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/framework/Notification/lib/Horde/Notification/Listener/Mobile.php b/framework/Notification/lib/Horde/Notification/Listener/Mobile.php index 575ae6b59..84a212340 100644 --- a/framework/Notification/lib/Horde/Notification/Listener/Mobile.php +++ b/framework/Notification/lib/Horde/Notification/Listener/Mobile.php @@ -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); } } -- 2.11.0