Skip to content
  • Nate Graham's avatar
    Remove FolderModel::openSelected() · 977a775d
    Nate Graham authored
    This function gets run when you select multiple items and right-click >
    Open. However there is already a FolderModel::runSelected() function
    that does basically the same thing, but with more sophisticated handling
    of the selected files. So let's use that instead and delete
    openSelected() to remove a redundant parallel code path.
    977a775d