diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-23 02:57:11 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-23 02:57:11 -0500 |
| commit | b8d5c718429f1325111834b8b95698fc9c9ba47d (patch) | |
| tree | f7f23b8704380552f25f3edfa3d706455069692e /MediaBrowser.Plugins.DefaultTheme/Theme.cs | |
| parent | c165f37bb96ad40d863a436795c21b9085f3fde9 (diff) | |
type discovery without attributes
Diffstat (limited to 'MediaBrowser.Plugins.DefaultTheme/Theme.cs')
| -rw-r--r-- | MediaBrowser.Plugins.DefaultTheme/Theme.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Plugins.DefaultTheme/Theme.cs b/MediaBrowser.Plugins.DefaultTheme/Theme.cs index f8d6d8724..5a730cf08 100644 --- a/MediaBrowser.Plugins.DefaultTheme/Theme.cs +++ b/MediaBrowser.Plugins.DefaultTheme/Theme.cs @@ -4,7 +4,6 @@ using MediaBrowser.Plugins.DefaultTheme.Resources; using MediaBrowser.UI; using MediaBrowser.UI.Controller; using System.Collections.Generic; -using System.ComponentModel.Composition; using System.Windows; using System.Windows.Controls; @@ -13,7 +12,6 @@ namespace MediaBrowser.Plugins.DefaultTheme /// <summary> /// Class Theme /// </summary> - [Export(typeof(BaseTheme))] class Theme : BaseTheme { /// <summary> |
