]> source.dussan.org Git - vaadin-framework.git/commitdiff
Removed unused deprecated fields #13334
authorJohn Ahlroos <john@vaadin.com>
Wed, 20 Aug 2014 12:22:12 +0000 (15:22 +0300)
committerTeemu Suo-Anttila <teemusa@vaadin.com>
Thu, 21 Aug 2014 07:24:22 +0000 (07:24 +0000)
Change-Id: Ia762ac4d9f753feb71eda56708173b8bc64ce6d8

client/src/com/vaadin/client/ui/grid/Grid.java

index 0e077f48672c2774af3da5196100860d1c9139e4..cf802b5d484329c76b2bf361a7c7d66c7d57e29d 100644 (file)
@@ -721,18 +721,6 @@ public class Grid<T> 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
          */