- remove unneeded function
This commit is contained in:
Stephan Raue 2010-03-02 12:41:04 +01:00
parent 182a567cb9
commit f757b8e20d

View File

@ -17,16 +17,6 @@
fi
}
start_splash() {
while true; do
if [ -f /tmp/.X0-lock ]; then
[ -f "/usr/bin/xsplash" ] && \
/usr/bin/xsplash -x 1
break
fi
done
}
# read config files
for config in `ls /etc/conf.d/`; do
. /etc/conf.d/$config