Skip to content

Commit

Permalink
Remove the unused functions from bash
Browse files Browse the repository at this point in the history
They're in Perl now
  • Loading branch information
Scott Baker committed Mar 9, 2016
1 parent c5570c0 commit 0ea95e5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions diff-so-fancy
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@ mark_empty_lines () {
$SED -E "s/^$color_code_regex[\+\-]$reset_color\s*$/$invert_color\1 $reset_escape/g"
}

strip_leading_symbols () {
# strip the + and -
$SED -E "s/^($color_code_regex)[\+\-]/\1 /g"
}

strip_first_column () {
$SED -E "s/^($color_code_regex)[[:space:]]/\1/g"
}

print_horizontal_rule () {
let width="$(tput cols)"

Expand Down

0 comments on commit 0ea95e5

Please sign in to comment.