diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-07-08 00:32:28 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-07-08 16:47:55 +0200 |
commit | f40f360a2c4ca8e6f2a651dbcca3ae82e2abe7a1 (patch) | |
tree | ef86e39ca4ee986c5ca2888dc96cdfa145a6c2ce /tools | |
parent | d8c31e0e7480906ccf230892b090e3c3cbe1b271 (diff) |
Remove unused variables (fourth pass) + dead code
Also fix a potential regression from 3fcb9b1ec179b99d979d4cfea9b5e3c80e4a3e33.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/editor/dependency_editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/dependency_editor.cpp b/tools/editor/dependency_editor.cpp index ef667b75e1..049bcefc75 100644 --- a/tools/editor/dependency_editor.cpp +++ b/tools/editor/dependency_editor.cpp @@ -418,6 +418,7 @@ void DependencyRemoveDialog::show(const Vector<String> &to_erase) { exist=false; owners->clear(); files.clear(); + owners->create_item(); // root for(int i=0;i<to_erase.size();i++) { files[to_erase[i]]=NULL; } |