Remove unused code and references to Twitter and Reddit.

This commit is contained in:
Brent Simmons
2023-11-25 11:44:34 -08:00
parent 279a99259e
commit c05ef2344f
32 changed files with 3 additions and 1403 deletions

View File

@@ -20,14 +20,6 @@ extension UIStoryboard {
return UIStoryboard(name: "Add", bundle: nil)
}
static var redditAdd: UIStoryboard {
return UIStoryboard(name: "RedditAdd", bundle: nil)
}
static var twitterAdd: UIStoryboard {
return UIStoryboard(name: "TwitterAdd", bundle: nil)
}
static var settings: UIStoryboard {
return UIStoryboard(name: "Settings", bundle: nil)
}