Skip to content
Snippets Groups Projects
Commit 8647c86b authored by buczekp's avatar buczekp
Browse files

[LMS-1600] minor: removed TODO

SVN: 16868
parent cefb2180
No related branches found
No related tags found
No related merge requests found
......@@ -266,12 +266,6 @@ public class SectionsPanel extends ContentPanel
private void initializePressedState(ToggleButton result, boolean pressed)
{
// because of strange ToggleToolItem implementation need to initialize both:
// - 'pressed' value
result.toggle(pressed);// TODO 2010-01-03, IA: get rid of those hacks, as we no longer
// need
// ToggleToolItem
// - internal button pressed state using 'toggle(boolean)'
result.toggle(pressed);
}
}
......
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