-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 6
-
Component/s: client-libs
-
b10
-
generic
-
generic
-
Not verified
Line of code immediately after the first "else" statement in getDropLineRect():
int row = tree.getRowForPath(path);
It's not used and can be removed.
int row = tree.getRowForPath(path);
It's not used and can be removed.