Skip to content

Commit c55c63a

Browse files
committed
Bug: warning "The value of the local variable font is not used" in J2SClasspathOptionTab.java
1 parent f8355e2 commit c55c63a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sources/net.sf.j2s.ui/src/net/sf/j2s/ui/launching/J2SClasspathOptionTab.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public class J2SClasspathOptionTab extends AbstractLaunchConfigurationTab {
6363
* @see org.eclipse.debug.ui.ILaunchConfigurationTab#createControl(org.eclipse.swt.widgets.Composite)
6464
*/
6565
public void createControl(Composite parent) {
66-
Font font = parent.getFont();
6766

6867
Composite comp = new Composite(parent, SWT.NONE);
6968
setControl(comp);

0 commit comments

Comments
 (0)