chore: remove unused code

This commit is contained in:
th33xitus
2021-12-24 22:52:21 +01:00
parent 1f40686ea1
commit e551c02507

View File

@@ -32,12 +32,9 @@ ms_theme_ui(){
echo -e "| Installing a theme from this menu will overwrite an | "
echo -e "| already installed theme or modified custom.css file! | "
hr
#echo -e "| Theme: | "
# dynamically generate the themelist from a csv file
get_theme_list
get_theme_list # dynamically generate the themelist from a csv file
echo -e "| | "
echo -e "| R) [Remove Theme] | "
#echo -e "| | "
back_footer
}