diff options
Diffstat (limited to 'backend/modules/hdmap')
-rw-r--r-- | backend/modules/hdmap | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/backend/modules/hdmap b/backend/modules/hdmap index 50f1bc5..93d321f 100644 --- a/backend/modules/hdmap +++ b/backend/modules/hdmap @@ -21,15 +21,6 @@ cat <<"EOT" EOT } -# FIXME TODO OLD OUTDATED -function emit_progress() -{ - percent=$1 - [ "$percent" -gt 100 ] && percent=100 - send progress "$percent" -} - - # Synopsis: is_disk /dev/xyz # # This function returns 0 if the supplied argument is a disk. |