| @@ -139,18 +139,5 @@ | ||
| 139 | 139 | |
| 140 | 140 | public static function get_assets( $setting ) { |
| 141 | 141 | return []; |
| 142 | 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 | 143 | } |