From 5a244a40683246c44b0c036720676e1a808694bc Mon Sep 17 00:00:00 2001 From: John Ahlroos Date: Wed, 20 Aug 2014 15:22:12 +0300 Subject: [PATCH] Removed unused deprecated fields #13334 Change-Id: Ia762ac4d9f753feb71eda56708173b8bc64ce6d8 --- client/src/com/vaadin/client/ui/grid/Grid.java | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/client/src/com/vaadin/client/ui/grid/Grid.java b/client/src/com/vaadin/client/ui/grid/Grid.java index 0e077f4867..cf802b5d48 100644 --- a/client/src/com/vaadin/client/ui/grid/Grid.java +++ b/client/src/com/vaadin/client/ui/grid/Grid.java @@ -721,18 +721,6 @@ public class Grid extends Composite implements */ private boolean visible = true; - /** - * The text displayed in the header of the column - */ - @Deprecated - private String header; - - /** - * Text displayed in the column footer - */ - @Deprecated - private String footer; - /** * Width of column in pixels */ -- 2.39.5