remove kde3 suppot from startkde script

This commit is contained in:
Ivailo Monev 2014-12-10 17:15:25 +00:00
parent 3bf82abf52
commit 5305cad6d2

View file

@ -383,9 +383,6 @@ test -n "$ksplash_pid" && kill "$ksplash_pid" 2>/dev/null
# Clean up
kdeinit4_shutdown
# KDE3 support
kde3 kdeinit_shutdown 2>/dev/null
kde3 dcopserver_shutdown --wait 2>/dev/null
echo 'startkde: Running shutdown scripts...' 1>&2