diff options
| author | Micah Anderson <micah@riseup.net> | 2005-10-28 21:21:39 +0000 | 
|---|---|---|
| committer | Micah Anderson <micah@riseup.net> | 2005-10-28 21:21:39 +0000 | 
| commit | 1c349ca0af9c19607d9ca79013973d407f414695 (patch) | |
| tree | b3aa3c9bba771b05b16e6268af7397ad5a36c7ee /handlers | |
| parent | 06b65414ebfe377a9bb63187c0a85b81fefad521 (diff) | |
| download | backupninja-1c349ca0af9c19607d9ca79013973d407f414695.tar.gz backupninja-1c349ca0af9c19607d9ca79013973d407f414695.tar.bz2 | |
Removed some unnecessary comments
Diffstat (limited to 'handlers')
| -rw-r--r-- | handlers/makecd.helper | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/handlers/makecd.helper b/handlers/makecd.helper index 822ffd1..1352b3b 100644 --- a/handlers/makecd.helper +++ b/handlers/makecd.helper @@ -9,12 +9,6 @@ makecd_wizard() {    [ $? = 1 ] && return    burnertype="burnertype = $REPLY" -  #checkBox "makecd action wizard" "check options" \ -  #  "isoonly" "only create iso image do not burn" yes -  #status=$? -  #[ $status = 1 ] && return;     -  #isoonly="isoonly = $REPLY" -    booleanBox "$wizardname" "Make iso image only? or burn"    if [ $? = 0 ]; then       isoonly="isoonly = yes" | 
