Comment fixes and function clean-up for CRM/Activity directory.
[civicrm-core.git] / CRM / Activity / Form / Task / Print.php
index a49fda59510953c194685d021c54adacc53a02ef..4ecf118db484a9f6604e37f001bfb74c5f566209 100644 (file)
@@ -69,9 +69,8 @@ class CRM_Activity_Form_Task_Print extends CRM_Activity_Form_Task {
    *    - displaying elements for saving the search
    */
   public function buildQuickForm() {
-    //
+
     // just need to add a javacript to popup the window for printing
-    //
     $this->addButtons(array(
         array(
           'type' => 'next',
@@ -87,11 +86,4 @@ class CRM_Activity_Form_Task_Print extends CRM_Activity_Form_Task {
     );
   }
 
-  /**
-   * Process the form after the input has been submitted and validated.
-   */
-  public function postProcess() {
-    // redirect to the main search page after printing is over
-  }
-
 }