]> source.dussan.org Git - vaadin-framework.git/commitdiff
Removed unused instance variable from button
authorJohn Ahlroos <john@vaadin.com>
Tue, 4 Sep 2012 10:31:31 +0000 (13:31 +0300)
committerJohn Ahlroos <john@vaadin.com>
Tue, 4 Sep 2012 10:31:31 +0000 (13:31 +0300)
client/src/com/vaadin/client/ui/button/VButton.java

index 8e611144e42d1daed04a8facf79d53f2c957d217..d4cd40e2e9e46d64680856972c9c099866daaebe 100644 (file)
@@ -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);