Remove unused ofs variable

(cherry picked from commit 875c994109)
This commit is contained in:
theludovyc 2020-04-08 16:29:53 +02:00 committed by Rémi Verschelde
parent c0047023e6
commit 58fcbc2b06
1 changed files with 0 additions and 7 deletions

View File

@ -3034,13 +3034,6 @@ void Tree::_notification(int p_what) {
draw_item(Point2(), draw_ofs, draw_size, root);
}
int ofs = 0;
for (int i = 0; i < (columns.size() - 1 - 1); i++) {
ofs += get_column_width(i);
}
if (show_column_titles) {
//title buttons