Skip to content
Snippets Groups Projects
Commit 110cb0dc authored by tpylak's avatar tpylak
Browse files

minor: remove dead comments

SVN: 21359
parent 1d560e7a
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,6 @@ public class ChannelChooserPanel extends LayoutContainer ...@@ -79,7 +79,6 @@ public class ChannelChooserPanel extends LayoutContainer
setAutoHeight(true); setAutoHeight(true);
setAutoWidth(true); setAutoWidth(true);
// setLayout(new ColumnLayout());
channelsComboBox = createChannelsComboBox(); channelsComboBox = createChannelsComboBox();
add(channelsComboBox); add(channelsComboBox);
...@@ -108,7 +107,6 @@ public class ChannelChooserPanel extends LayoutContainer ...@@ -108,7 +107,6 @@ public class ChannelChooserPanel extends LayoutContainer
private CheckBoxGroup createCheckBoxGroup() private CheckBoxGroup createCheckBoxGroup()
{ {
CheckBoxGroup group = new CheckBoxGroup(); CheckBoxGroup group = new CheckBoxGroup();
// group.setStyleAttribute("margin-left", "20px");
return group; return group;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment