Misc: Remove comments

This commit is contained in:
Muhammad Herdiansyah 2017-06-28 02:00:14 +07:00
parent 062dbcda9a
commit ca78d52d5f
1 changed files with 0 additions and 2 deletions

View File

@ -2171,7 +2171,6 @@ get_ascii() {
[[ "$image_source" =~ \.(png|jpg|jpe|jpeg|gif)$ ]] && \ [[ "$image_source" =~ \.(png|jpg|jpe|jpeg|gif)$ ]] && \
err "Image: Source is image file but ascii backend was selected. Using distro ascii." err "Image: Source is image file but ascii backend was selected. Using distro ascii."
# Note: ASCIIDIR here is a placeholder -- it will be replaced with your ASCII directory.
if [[ -d "ASCIIDIR" ]]; then if [[ -d "ASCIIDIR" ]]; then
ascii_dir="ASCIIDIR" ascii_dir="ASCIIDIR"
else else
@ -3556,7 +3555,6 @@ get_full_path() {
} }
get_default_config() { get_default_config() {
# Note: CONFDIR here is a placeholder -- it will be replaced with your configuration directory.
if [[ -f "CONFDIR/config" ]]; then if [[ -f "CONFDIR/config" ]]; then
default_config="CONFDIR/config" default_config="CONFDIR/config"
else else