diff options
author | sr55 <[email protected]> | 2011-09-02 20:24:26 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-09-02 20:24:26 +0000 |
commit | 1423d3020bc950b81c2993387958e78103bdaaad (patch) | |
tree | 1cf5d8cf5b82ae19e303ededa1d9d9f15082faaf /win/CS/HandBrake.ApplicationServices/Properties | |
parent | 481d3a03d6851fe2291ea8814cf0e4cfdcee6d0f (diff) |
WinGui: Remove some remaining unused .NET settings code.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4200 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Properties')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Properties/Settings.Designer.cs | 26 | ||||
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Properties/Settings.settings | 5 |
2 files changed, 0 insertions, 31 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Properties/Settings.Designer.cs b/win/CS/HandBrake.ApplicationServices/Properties/Settings.Designer.cs deleted file mode 100644 index fd41570e6..000000000 --- a/win/CS/HandBrake.ApplicationServices/Properties/Settings.Designer.cs +++ /dev/null @@ -1,26 +0,0 @@ -//------------------------------------------------------------------------------
-// <auto-generated>
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.468
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-namespace HandBrake.ApplicationServices.Properties {
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
-
- private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default {
- get {
- return defaultInstance;
- }
- }
- }
-}
diff --git a/win/CS/HandBrake.ApplicationServices/Properties/Settings.settings b/win/CS/HandBrake.ApplicationServices/Properties/Settings.settings deleted file mode 100644 index 2bd17f050..000000000 --- a/win/CS/HandBrake.ApplicationServices/Properties/Settings.settings +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version='1.0' encoding='utf-8'?>
-<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
- <Profiles />
- <Settings />
-</SettingsFile>
\ No newline at end of file |