mirror of https://github.com/odrling/Aegisub
Remove an unused variable in BaseGrid::UpdateMaps
Originally committed to SVN as r5795.
This commit is contained in:
parent
f48f17cd0b
commit
9a8fb66fbf
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue