aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels/IChannelFactory.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-09-15 23:55:26 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-09-15 23:55:26 -0400
commita2c371ec60f8da649887f72d9ee38a8f3a85365a (patch)
tree52812007bf486540179fbd75734a68c64b66af3f /MediaBrowser.Controller/Channels/IChannelFactory.cs
parenta0fa1b5f8f2a67c0a3f8cafce20540cb5349f89d (diff)
rework collection editor
Diffstat (limited to 'MediaBrowser.Controller/Channels/IChannelFactory.cs')
-rw-r--r--MediaBrowser.Controller/Channels/IChannelFactory.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/MediaBrowser.Controller/Channels/IChannelFactory.cs b/MediaBrowser.Controller/Channels/IChannelFactory.cs
deleted file mode 100644
index c7ed92586..000000000
--- a/MediaBrowser.Controller/Channels/IChannelFactory.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using System.Collections.Generic;
-
-namespace MediaBrowser.Controller.Channels
-{
- public interface IChannelFactory
- {
- IEnumerable<IChannel> GetChannels();
- }
-
- public interface IFactoryChannel
- {
-
- }
-} \ No newline at end of file