Skip to content

[Refactor] Remove Unused folder (T15152)

Apollo Zhu requested to merge apollozhu/kdeconnect-ios:remove-unused into master

Implements https://phabricator.kde.org/T15152

  • KeychainItemWrapper is still in use, moved to ObjC Backend
  • Deleted files from Unused and saved to $2031 for future reference
    • SettingsListCellView and PlaceholderView are not saved as they are easy to recreate
  • Remove unused import UIKit, and import UIKit where they are used (where currently implicitly imported)
    • This prepares us to have a better understanding of what needs to be done for enabling macOS target

Context: The "unused" folder was first introduced by @lucaswzx in July/August 2021 as a /tmp directory to house various files and code that were either removed from the active project during development, or housed temporarily for use later. At the time of this merge request, most of the files inside the directory are definitively unused in the project and likely wouldn't be included in any short-term future development plans.

Edited by Apollo Zhu

Merge request reports