diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/App.xaml.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/App.xaml.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/win/CS/HandBrakeWPF/App.xaml.cs b/win/CS/HandBrakeWPF/App.xaml.cs index 8b47a6291..e934546cf 100644 --- a/win/CS/HandBrakeWPF/App.xaml.cs +++ b/win/CS/HandBrakeWPF/App.xaml.cs @@ -10,13 +10,6 @@ namespace HandBrakeWPF /// </summary>
public partial class App
{
- /*
- * TODO:
- * - Setup Castle Windsor support for services.
- *
- *
- */
-
/// <summary>
/// Initializes a new instance of the <see cref="App"/> class.
/// </summary>
|