(towards CRM-19492) Remove defunct vars
authoreileen <emcnaughton@wikimedia.org>
Thu, 10 Nov 2016 04:12:07 +0000 (17:12 +1300)
committerJKingsnorth <john@johnkingsnorth.co.uk>
Mon, 27 Feb 2017 09:44:49 +0000 (09:44 +0000)
I could find no evidence of these being used anywhere

CRM/Contact/Form/Merge.php
templates/CRM/Contact/Form/Merge.tpl

index cb529b5027b1f1c2dcd5819fdc855110e90d97f2..003f88e74486dafc199652b9defd72241a91a562 100644 (file)
@@ -218,22 +218,6 @@ class CRM_Contact_Form_Merge extends CRM_Core_Form {
     $this->assign('userContextURL', $session->readUserContext());
   }
 
-  /**
-   * This virtual function is used to set the default values of
-   * various form elements
-   *
-   * access        public
-   *
-   * @return array
-   *   reference to the array of default values
-   */
-  /**
-   * @return array
-   */
-  public function setDefaultValues() {
-    return array('deleteOther' => 1);
-  }
-
   public function addRules() {
   }
 
index af9082eab8e8f7c5fef8c6529744f3044162fd05..5afe986721e614ad296e616224790b72af658443 100644 (file)
       {/if}
     {/foreach}
   </table>
-  <div class='form-item'>
-    <!--<p>{$form.moveBelongings.html} {$form.moveBelongings.label}</p>-->
-    <!--<p>{$form.deleteOther.html} {$form.deleteOther.label}</p>-->
-  </div>
 
   <div class="crm-submit-buttons">
     {include file="CRM/common/formButtons.tpl" location="bottom"}