summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorHenrik Paul <henrik@vaadin.com>2014-06-27 12:55:45 +0300
committerLeif Åstrand <leif@vaadin.com>2014-07-03 07:47:53 +0000
commitfdba3d43f594bb0236df022f505b64f4970885e5 (patch)
treec0e4102305e3bf083a57870c6982575a028f0525 /shared
parentcd3bf156c1682e17bf6474b77057eebd6521d34a (diff)
downloadvaadin-framework-fdba3d43f594bb0236df022f505b64f4970885e5.tar.gz
vaadin-framework-fdba3d43f594bb0236df022f505b64f4970885e5.zip
Clean up test code for selection column (#13334)
Change-Id: I98963a367f05c39ad6e185ebf8a1d903efa686a2
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/ui/grid/GridState.java4
1 files changed, 0 insertions, 4 deletions
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<String> selectedKeys = new ArrayList<String>();