diff options
-rw-r--r-- | src/com/vaadin/ui/Window.java | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/com/vaadin/ui/Window.java b/src/com/vaadin/ui/Window.java index 57dd4fd82b..911d00217a 100644 --- a/src/com/vaadin/ui/Window.java +++ b/src/com/vaadin/ui/Window.java @@ -2172,13 +2172,4 @@ public class Window extends Panel implements URIHandler, ParameterHandler, removeListener(BlurEvent.EVENT_ID, BlurEvent.class, listener); } - /** - * Works only for sub windows. - * - * TODO to be or not to be? If so, should be the same as bringToFront? Or to - * bringToFront() as a side effect? - */ - // public void focus() { - // - // } } |