| @@ -11,9 +11,8 @@ | ||
| 11 | 11 | |
| 12 | 12 | use Automattic\WooCommerce\Utilities\OrderUtil; |
| 13 | 13 | use DateTimeImmutable; |
| 14 | 14 | use Packetery\Module\Framework\WpAdapter; |
| 15 | -use Packetery\Nette\Utils\FileSystem; | |
| 16 | 15 | use Packetery\Nette\Utils\Html; |
| 17 | 16 | use WC_DateTime; |
| 18 | 17 | |
| 19 | 18 | /** |
| @@ -303,12 +302,6 @@ | ||
| 303 | 302 | } |
| 304 | 303 | |
| 305 | 304 | public function isCzechLocale(): bool { |
| 306 | 305 | return $this->getLocale() === 'cs_CZ'; |
| 307 | - } | |
| 308 | - | |
| 309 | - public static function instantDelete( string $path ): void { | |
| 310 | - $tempOldPath = $path . '-old'; | |
| 311 | - FileSystem::rename( $path, $tempOldPath ); | |
| 312 | - FileSystem::delete( $tempOldPath ); | |
| 313 | 306 | } |
| 314 | 307 | } |