From f54a2bf9f4e9b1f895119e7faf1f273bca70becc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Juan=20Gonz=C3=A1lez?= Date: Sun, 13 Jan 2008 21:50:57 +0100 Subject: [PATCH] remove commented code --- RFIDScreenLocker/screenlocker.h | 1 - 1 file changed, 1 deletion(-) diff --git a/RFIDScreenLocker/screenlocker.h b/RFIDScreenLocker/screenlocker.h index e9efbca..2978d2c 100644 --- a/RFIDScreenLocker/screenlocker.h +++ b/RFIDScreenLocker/screenlocker.h @@ -40,7 +40,6 @@ class ScreenLocker : public QWidget private slots: void startupNotify(); void enableToggled(bool enabled); -// void requirePasswordToggled(bool required); void slotTestNodeLinkDone(int result); void slotReadPublicModeDone(int correct, const QString &hexData, const QString &decData); -- 2.11.4.GIT