From 9c3453a87e26346edc9233413d79d0eb1e731a44 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 30 Jun 2008 09:52:26 +0000 Subject: Removed unused variable. --- client/widgets/lineedit.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'client') diff --git a/client/widgets/lineedit.h b/client/widgets/lineedit.h index 41296a9..076bff1 100644 --- a/client/widgets/lineedit.h +++ b/client/widgets/lineedit.h @@ -42,9 +42,6 @@ public slots: void changed(); QString getValue(); void setValue(QString value); - -private: - bool valid; - }; + #endif/*__PRACRO_LINEEDIT_H__*/ -- cgit v1.2.3