Remove an unused variable in BaseGrid::UpdateMaps
Originally committed to SVN as r5795.
This commit is contained in:
parent
f48f17cd0b
commit
9a8fb66fbf
1 changed files with 0 additions and 2 deletions
|
@ -176,8 +176,6 @@ void BaseGrid::UpdateMaps(bool preserve_selected_rows) {
|
||||||
bind1st(std::mem_fun(&BaseGrid::GetDialogueIndex), this));
|
bind1st(std::mem_fun(&BaseGrid::GetDialogueIndex), this));
|
||||||
}
|
}
|
||||||
|
|
||||||
size_t old_diag_count = index_line_map.size();
|
|
||||||
|
|
||||||
index_line_map.clear();
|
index_line_map.clear();
|
||||||
line_index_map.clear();
|
line_index_map.clear();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue