summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2010-11-29 11:02:42 +0000
committerArtur Signell <artur.signell@itmill.com>2010-11-29 11:02:42 +0000
commit90cd6658267df8971fe136bd3086fa966c2133b4 (patch)
treed951aa7cb9ca29cda6a0c3c8fc233001da676163 /src/com
parent2585bf939f1d8340726e7645537132793f7f3b1e (diff)
downloadvaadin-framework-90cd6658267df8971fe136bd3086fa966c2133b4.tar.gz
vaadin-framework-90cd6658267df8971fe136bd3086fa966c2133b4.zip
Removed unused field
svn changeset:16207/svn branch:6.5
Diffstat (limited to 'src/com')
-rw-r--r--src/com/vaadin/ui/TextField.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/vaadin/ui/TextField.java b/src/com/vaadin/ui/TextField.java
index a5d0f1e676..2a3b20a117 100644
--- a/src/com/vaadin/ui/TextField.java
+++ b/src/com/vaadin/ui/TextField.java
@@ -41,8 +41,6 @@ public class TextField extends AbstractTextField implements
FieldEvents.BlurNotifier, FieldEvents.FocusNotifier,
FieldEvents.TextChangeNotifier {
- private static final String VAR_TEXT_CONTENT_DIFF = "tcd";
-
/**
* Tells if input is used to enter sensitive information that is not echoed
* to display. Typically passwords.