IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> unused

This commit is contained in:
Carlos Ruiz 2012-12-20 16:17:08 -05:00
parent 6e6a48e15a
commit 42db616672
1 changed files with 0 additions and 1 deletions

View File

@ -379,7 +379,6 @@ DataStatusListener, IADTabpanel, IdSpace
// set size in percentage per column leaving a MARGIN on right
Columns columns = new Columns();
form.appendChild(columns);
String numColsS=String.valueOf(numCols);
int equalWidth = 98 / numCols;
for (int h=0;h<numCols;h++){