From: John Ahlroos Date: Tue, 4 Sep 2012 10:31:31 +0000 (+0300) Subject: Removed unused instance variable from button X-Git-Tag: 7.0.0.beta1~195^2~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f6b3c140e77c2f27010117ab8bb3876fe492fb2f;p=vaadin-framework.git Removed unused instance variable from button --- diff --git a/client/src/com/vaadin/client/ui/button/VButton.java b/client/src/com/vaadin/client/ui/button/VButton.java index 8e611144e4..d4cd40e2e9 100644 --- a/client/src/com/vaadin/client/ui/button/VButton.java +++ b/client/src/com/vaadin/client/ui/button/VButton.java @@ -91,11 +91,6 @@ public class VButton extends FocusWidget implements ClickHandler { private HandlerRegistration focusHandlerRegistration; private HandlerRegistration blurHandlerRegistration; - /** - * If caption should be rendered in HTML - */ - protected boolean htmlCaption = false; - public VButton() { super(DOM.createDiv()); setTabIndex(0);