CRM-16706 - Remove unused fn
authorColeman Watts <coleman@civicrm.org>
Tue, 23 Jun 2015 19:23:50 +0000 (15:23 -0400)
committerColeman Watts <coleman@civicrm.org>
Tue, 23 Jun 2015 19:23:50 +0000 (15:23 -0400)
CRM/Mailing/BAO/Mailing.php

index 019a1baadaed9c3edd2c0f9f251cabab6b1fe90e..52b2c407219906b310d550ace7e9d839533a9add 100644 (file)
@@ -2734,18 +2734,6 @@ LEFT JOIN civicrm_mailing_group g ON g.mailing_id   = m.id
     }
   }
 
-  /**
-   * Build the  compose PDF letter form.
-   *
-   * @param CRM_Core_Form $form
-   *
-   * @return void
-   * @deprecated
-   */
-  public static function commonLetterCompose(&$form) {
-    CRM_Mailing_BAO_Mailing::commonCompose($form);
-  }
-
   /**
    * Get the search based mailing Ids.
    *