summaryrefslogtreecommitdiff
path: root/Sources/source_protocol.swift
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2020-03-09 21:57:38 -0500
committerBen Beltran <ben@nsovocal.com>2020-03-09 21:57:38 -0500
commitbd151cc4d229df466df4a9fcb450f34e43570c99 (patch)
treedfe3e0fa93d3e91b3574db2a9b32d7c5ed57ab3b /Sources/source_protocol.swift
parent38d5d6de414ad69d6a7dc744e4aed39c488ba30f (diff)
parent9931580d9185e9123b6d45a45f20dbf929bb25b7 (diff)
Merge branch 'feature/rbdr-update-swift' into develop
Diffstat (limited to 'Sources/source_protocol.swift')
-rw-r--r--Sources/source_protocol.swift5
1 files changed, 0 insertions, 5 deletions
diff --git a/Sources/source_protocol.swift b/Sources/source_protocol.swift
deleted file mode 100644
index 0885994..0000000
--- a/Sources/source_protocol.swift
+++ /dev/null
@@ -1,5 +0,0 @@
-// All sources should comply with this protocol. The currentTrack computed
-// property will return a track if the conditions are met
-protocol Source {
- var currentTrack: Track? { get }
-}