remove unused functions

This commit is contained in:
natemaia 2023-01-12 13:32:51 -08:00
parent c02936840b
commit 2b3903862b

View File

@ -2310,29 +2310,6 @@ config_lightdm()
}
config_st()
{
cat > $MNT/home/$NEWUSER/suckless/st <<-EOF
EOF
}
config_dwm()
{
cat > $MNT/home/$NEWUSER/suckless/dwm <<-EOF
EOF
}
config_dmenu()
{
cat > $MNT/home/$NEWUSER/suckless/dmenu <<-EOF
EOF
}
###############################################################################
# bootloader setup
# prerun_* set up the configs needed before actually running the commands