Remove now-empty function
authoreileen <emcnaughton@wikimedia.org>
Wed, 17 Mar 2021 19:20:50 +0000 (08:20 +1300)
committereileen <emcnaughton@wikimedia.org>
Wed, 17 Mar 2021 19:20:50 +0000 (08:20 +1300)
CRM/Admin/Form/Setting/Path.php

index e42071928bd806fdfde732a613f51062188016a2..aa17363a29141ec19db4856b2014b9318cf53e46 100644 (file)
@@ -31,6 +31,8 @@ class CRM_Admin_Form_Setting_Path extends CRM_Admin_Form_Setting {
 
   /**
    * Build the form object.
+   *
+   * @throws \CRM_Core_Exception
    */
   public function buildQuickForm() {
     CRM_Utils_System::setTitle(ts('Settings - Upload Directories'));
@@ -56,8 +58,4 @@ class CRM_Admin_Form_Setting_Path extends CRM_Admin_Form_Setting {
 
   }
 
-  public function postProcess() {
-    parent::postProcess();
-  }
-
 }