[O] Remove print_custom_ascii requirement from neofetch

This commit is contained in:
Hykilpikonna
2022-12-10 20:31:11 -05:00
parent 1b0cf4ae1e
commit 7e0b0d7212
2 changed files with 1 additions and 9 deletions
-7
View File
@@ -13885,11 +13885,4 @@ get_print_ascii() {
echo "$ascii_data"
}
get_print_custom_ascii() {
distro="$CUSTOM_DISTRO"
ascii_distro=$distro
get_distro_ascii
echo "$ascii_data"
}
main "$@"