From fdba3d43f594bb0236df022f505b64f4970885e5 Mon Sep 17 00:00:00 2001 From: Henrik Paul Date: Fri, 27 Jun 2014 12:55:45 +0300 Subject: Clean up test code for selection column (#13334) Change-Id: I98963a367f05c39ad6e185ebf8a1d903efa686a2 --- shared/src/com/vaadin/shared/ui/grid/GridState.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'shared/src') diff --git a/shared/src/com/vaadin/shared/ui/grid/GridState.java b/shared/src/com/vaadin/shared/ui/grid/GridState.java index d223d64e7e..6ca0021817 100644 --- a/shared/src/com/vaadin/shared/ui/grid/GridState.java +++ b/shared/src/com/vaadin/shared/ui/grid/GridState.java @@ -92,10 +92,6 @@ public class GridState extends AbstractComponentState { @DelegateToWidget public HeightMode heightMode = HeightMode.CSS; - /** FIXME remove once selection mode communcation is done. only for testing. */ - @DelegateToWidget - public boolean selectionCheckboxes; - // instantiated just to avoid NPEs public List selectedKeys = new ArrayList(); -- cgit v1.2.3