Remove some deprecated code chunks
authoreileen <emcnaughton@wikimedia.org>
Sat, 12 Dec 2020 05:37:25 +0000 (18:37 +1300)
committereileen <emcnaughton@wikimedia.org>
Sat, 12 Dec 2020 05:37:25 +0000 (18:37 +1300)
CRM/Contact/Import/Parser.php

index 4a4034037ac96f51be83b347b39518bc6af29970..a351fa2c31c5d421dabc9c74ccaab785f0ce2729 100644 (file)
@@ -563,18 +563,6 @@ abstract class CRM_Contact_Import_Parser extends CRM_Import_Parser {
     return $params;
   }
 
-  /**
-   * @return array
-   */
-  public function getColumnPatterns() {
-    CRM_Core_Error::deprecatedFunctionWarning('no  longer used- use   CRM_Contact_Import_MetadataTrait');
-    $values = [];
-    foreach ($this->_fields as $name => $field) {
-      $values[$name] = $field->_columnPattern;
-    }
-    return $values;
-  }
-
   /**
    * @param string $name
    * @param $title
@@ -1113,12 +1101,6 @@ abstract class CRM_Contact_Import_Parser extends CRM_Import_Parser {
       return TRUE;
     }
 
-    // get the formatted location blocks into params - w/ 3.0 format, CRM-4605
-    if (!empty($values['location_type_id'])) {
-      CRM_Core_Error::deprecatedFunctionWarning('this is not expected to be reachable now');
-      return $this->formatLocationBlock($values, $params);
-    }
-
     if (isset($values['note'])) {
       // add a note field
       if (!isset($params['note'])) {