diff options
Diffstat (limited to 'src/librefetch')
-rwxr-xr-x | src/librefetch/librefetch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/librefetch/librefetch b/src/librefetch/librefetch index d09c57b..1d4dd5c 100755 --- a/src/librefetch/librefetch +++ b/src/librefetch/librefetch @@ -293,14 +293,4 @@ modified_srcbuild() { printf '%s\n' "$new" } -# "Library" crap ############################################################### - -print() { - local fmt=$1 - shift - printf -- "$(gettext "$fmt")\n" "$@" -} - -################################################################################ - main "$@" |