diff options
Diffstat (limited to 'server/src/com/vaadin/ui/UI.java')
-rw-r--r-- | server/src/com/vaadin/ui/UI.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/server/src/com/vaadin/ui/UI.java b/server/src/com/vaadin/ui/UI.java index 0ad2787cb6..adba9bd83e 100644 --- a/server/src/com/vaadin/ui/UI.java +++ b/server/src/com/vaadin/ui/UI.java @@ -543,10 +543,6 @@ public abstract class UI extends AbstractSingleComponentContainer implements // Actual theme - used for finding CustomLayout templates theme = request.getParameter("theme"); - PushMode pushMode = PushMode.valueOf(request.getParameter("v-pushMode") - .toUpperCase()); - setPushMode(pushMode); - getPage().init(request); // Call the init overridden by the application developer |