diff options
Diffstat (limited to 'kdesktop/lock')
-rw-r--r-- | kdesktop/lock/lockprocess.cc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/kdesktop/lock/lockprocess.cc b/kdesktop/lock/lockprocess.cc index 38526d644..5cf422500 100644 --- a/kdesktop/lock/lockprocess.cc +++ b/kdesktop/lock/lockprocess.cc @@ -2831,21 +2831,6 @@ void LockProcess::cryptographicCardInserted(TDECryptographicCardDevice* cdevice) if (login_name != "") { KUser user; if (login_name == user.loginName()) { - // Activate appropriate VT - DM dm; - SessList sess; - if (dm.localSessions(sess)) { - TQString user, loc; - for (SessList::ConstIterator it = sess.begin(); it != sess.end(); ++it) { - DM::sess2Str2(*it, user, loc); - if ((*it).self) { - // Switch VTs - DM().switchVT((*it).vt); - break; - } - } - } - // Pass login to the PAM stack... m_loginCardDevice = cdevice; if (dynamic_cast<SAKDlg*>(currentDialog)) { |