Remove an unused variable in BaseGrid::UpdateMaps

Originally committed to SVN as r5795.
This commit is contained in:
Thomas Goyne 2011-10-28 20:40:53 +00:00
parent f48f17cd0b
commit 9a8fb66fbf
1 changed files with 0 additions and 2 deletions

View File

@ -176,8 +176,6 @@ void BaseGrid::UpdateMaps(bool preserve_selected_rows) {
bind1st(std::mem_fun(&BaseGrid::GetDialogueIndex), this));
}
size_t old_diag_count = index_line_map.size();
index_line_map.clear();
line_index_map.clear();