This isn't used anywhere
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 20 Jan 2010 23:39:14 +0000 (18:39 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 21 Jan 2010 17:57:39 +0000 (12:57 -0500)
turba/lib/Driver.php

index f72a565..aa9317e 100644 (file)
@@ -958,7 +958,6 @@ class Turba_Driver
         $vcard = new Horde_iCalendar_vcard($version);
         $formattedname = false;
         $charset = $version == '2.1' ? array('CHARSET' => Horde_Nls::getCharset()) : array();
-        $geo = null;
 
         foreach ($hash as $key => $val) {
             if ($skipEmpty && !strlen($val)) {