| @@ -135,22 +135,5 @@ | ||
| 135 | 135 | */ |
| 136 | 136 | protected function get_default_settings() { |
| 137 | 137 | return []; |
| 138 | 138 | } |
| 139 | - | |
| 140 | - public static function get_assets( $setting ) { | |
| 141 | - return []; | |
| 142 | - } | |
| 143 | - | |
| 144 | - /** | |
| 145 | - * Update value of control that needs to be updated after import. | |
| 146 | - * | |
| 147 | - * @param mixed $value | |
| 148 | - * @param array $control_args | |
| 149 | - * @param array $config | |
| 150 | - * | |
| 151 | - * @return mixed | |
| 152 | - */ | |
| 153 | - public function on_import_update_settings( $value, array $control_args, array $config ) { | |
| 154 | - return $value; | |
| 155 | - } | |
| 156 | 139 | } |