From 110cb0dc89cb90ba1a5e75bb470748af57df9fd0 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Wed, 18 May 2011 10:33:29 +0000
Subject: [PATCH] minor: remove dead comments

SVN: 21359
---
 .../client/application/detailviewers/ChannelChooserPanel.java   | 2 --
 1 file changed, 2 deletions(-)

diff --git a/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/client/application/detailviewers/ChannelChooserPanel.java b/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/client/application/detailviewers/ChannelChooserPanel.java
index 75a71d920e2..1c92c18e5cb 100644
--- a/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/client/application/detailviewers/ChannelChooserPanel.java
+++ b/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/client/application/detailviewers/ChannelChooserPanel.java
@@ -79,7 +79,6 @@ public class ChannelChooserPanel extends LayoutContainer
 
         setAutoHeight(true);
         setAutoWidth(true);
-        // setLayout(new ColumnLayout());
 
         channelsComboBox = createChannelsComboBox();
         add(channelsComboBox);
@@ -108,7 +107,6 @@ public class ChannelChooserPanel extends LayoutContainer
     private CheckBoxGroup createCheckBoxGroup()
     {
         CheckBoxGroup group = new CheckBoxGroup();
-        // group.setStyleAttribute("margin-left", "20px");
         return group;
     }    
 
-- 
GitLab