diff options
-rw-r--r-- | src/com/itmill/toolkit/demo/features/FeatureTable.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/itmill/toolkit/demo/features/FeatureTable.java b/src/com/itmill/toolkit/demo/features/FeatureTable.java index 62cf947a3f..03aca0ce6b 100644 --- a/src/com/itmill/toolkit/demo/features/FeatureTable.java +++ b/src/com/itmill/toolkit/demo/features/FeatureTable.java @@ -104,7 +104,6 @@ public class FeatureTable extends Feature implements Action.Handler { eyecolors[(int) (Math.random() * 3)], haircolors[(int) (Math.random() * 4)] }, new Integer(j)); - t.setItemIcon(id,getSampleIcon()); } // Actions |