diff --git a/sxbm b/sxbm index 28c24cf..41dc7bf 100755 --- a/sxbm +++ b/sxbm @@ -30,9 +30,6 @@ COL_LINE_NUM="\033[1;34m" # Blue # 1 to enable encryption, 0 to disable it ENCRYPTION="0" -# Auto fetch title. 1 to enable, 0 to disable -TITLE_FETCH="1" - ################# ### functions ###