diff options
Diffstat (limited to 'client/src/com/vaadin/client/ui/VUI.java')
-rw-r--r-- | client/src/com/vaadin/client/ui/VUI.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/client/src/com/vaadin/client/ui/VUI.java b/client/src/com/vaadin/client/ui/VUI.java index 7f067c605d..a4d1df9423 100644 --- a/client/src/com/vaadin/client/ui/VUI.java +++ b/client/src/com/vaadin/client/ui/VUI.java @@ -51,8 +51,6 @@ public class VUI extends SimplePanel implements ResizeHandler, Window.ClosingHandler, ShortcutActionHandlerOwner, Focusable, HasResizeHandlers { - private static final String CLASSNAME = "v-view"; - private static int MONITOR_PARENT_TIMER_INTERVAL = 1000; /** For internal use only. May be removed or replaced in the future. */ @@ -157,8 +155,6 @@ public class VUI extends SimplePanel implements ResizeHandler, public VUI() { super(); - setStyleName(CLASSNAME); - // Allow focusing the view by using the focus() method, the view // should not be in the document focus flow getElement().setTabIndex(-1); |