Small speedup for file browser, #3951

This commit is contained in:
heckflosse
2017-07-06 20:10:49 +02:00
parent b1dd97dac5
commit 29be023a8c
2 changed files with 3 additions and 3 deletions

View File

@@ -616,9 +616,6 @@ void FileBrowser::addEntry_ (FileBrowserEntry* entry)
initEntry (entry);
}
redraw ();
// newly added item might have been already trashed in a previous session
trash_changed().emit();
}
FileBrowserEntry* FileBrowser::delEntry (const Glib::ustring& fname)