diff options
author | Jesús <heckyel@hyperbola.info> | 2022-05-24 22:20:02 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-05-24 22:20:02 +0800 |
commit | 68b4c09633bc7ad7491c108231f261e1c42fe549 (patch) | |
tree | 3142edb05e0367e61dcb9cd8af26890cf4652370 /hyperfi | |
parent | 038f94dfecf2d7084511ce12fd3d9049d7e36db7 (diff) | |
download | hyperfi-68b4c09633bc7ad7491c108231f261e1c42fe549.tar.lz hyperfi-68b4c09633bc7ad7491c108231f261e1c42fe549.tar.xz hyperfi-68b4c09633bc7ad7491c108231f261e1c42fe549.zip |
shellcheck step 7
remove unused variables
Diffstat (limited to 'hyperfi')
-rw-r--r-- | hyperfi | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1765,7 +1765,6 @@ loadstrings(){ txtautopartclear="Clear all partition data" txtautopartcreate="Create %1 partition" txthybridpartcreate="Set hybrid MBR" - txtautopartsettype="Set %1 partition type" txtselectdevice="Select %1 device :" txtselecteddevices="Selected devices :" @@ -1829,12 +1828,9 @@ loadstrings(){ txtextrasmenu="Extras" txtoptional="Optional" - txtrecommandeasyinst="Recommanded for easy install" - txtset="Set %1" txtgenerate="Generate %1" txtedit="Edit %1" txtinstall="Install %1" - txtenable="Enable %1" txtpressanykey="Press any key to continue." |