refactor: remove unreachable code paths and unused members
Drops dead code across services, models, utils and widgets, including the connection auth service, which had no implementer, and the Live TV DVR provisioning models, which had no caller. Tests that only covered deleted behaviour are removed or trimmed. No behaviour change.
This commit is contained in:
@@ -17,7 +17,6 @@ class ContentTypes {
|
||||
|
||||
static const Set<String> musicTypes = {artist, album, track};
|
||||
static const Set<String> videoTypes = {movie, show, season, episode};
|
||||
static const Set<String> playableTypes = {movie, episode, clip, track};
|
||||
}
|
||||
|
||||
class ContentTypeHelper {
|
||||
|
||||
Reference in New Issue
Block a user