[USETUP] Don't error out in case one tries to "delete" empty partition space.

Just... don't delete it ¯\_(ツ)_/¯
This commit is contained in:
Hermès Bélusca-Maïto 2023-11-18 22:43:36 +01:00
parent b578846d82
commit 5ee1dc6113
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
32 changed files with 4 additions and 216 deletions

View file

@ -32,7 +32,6 @@ typedef enum _ERROR_NUMBER
ERROR_LOAD_KBLAYOUT,
ERROR_WARN_PARTITION,
ERROR_NEW_PARTITION,
ERROR_DELETE_SPACE,
ERROR_INSTALL_BOOTCODE,
ERROR_NO_FLOPPY,
ERROR_UPDATE_KBSETTINGS,