Skip to content

Commit e611f10

Browse files
removed useless method
1 parent 1a4bb27 commit e611f10

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

library/src/main/java/com/cleveroad/adaptivetablelayout/AdaptiveTableManager.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,6 @@ int getColumnsWidth(int from, int to) {
116116
return width;
117117
}
118118

119-
int getColumnsWidthRtl(int from, int to){
120-
checkForInit();
121-
int width = 0;
122-
for (int i = from; i >= to && mColumnWidths != null; i--){
123-
width+=mColumnWidths[i];
124-
}
125-
return width;
126-
}
127-
128119
/**
129120
* @return columns count
130121
*/

0 commit comments

Comments
 (0)