diff options
author | sr55 <[email protected]> | 2015-03-01 18:10:34 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-03-01 18:10:34 +0000 |
commit | c8e25b9e67daf7c6902428a442ac19bf4306d5c3 (patch) | |
tree | cfaf3560a29050b09fd8934ec6d3ca81abf14984 /win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | |
parent | 29c62be71227ae33e382199f323890ae3bfffa69 (diff) |
WinGui: Dropping more legacy code and moving some more UI only code up to the UI level.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6960 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index bb00bc266..6f2826306 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -212,7 +212,6 @@ <Compile Include="Services\Encode\Model\Models\Video\VideoPreset.cs" />
<Compile Include="Services\Encode\Model\Models\Video\VideoProfile.cs" />
<Compile Include="Services\Encode\Model\Models\Video\VideoTune.cs" />
- <Compile Include="Services\Interfaces\IHbServiceCallback.cs" />
<Compile Include="Services\Scan\EventArgs\ScanCompletedEventArgs.cs" />
<Compile Include="Services\Scan\EventArgs\ScanProgressEventArgs.cs" />
<Compile Include="Utilities\Converters.cs" />
@@ -221,7 +220,6 @@ <Compile Include="Utilities\SystemInfo.cs" />
<Compile Include="Utilities\VersionHelper.cs" />
<Compile Include="Utilities\Win32.cs" />
- <Compile Include="Model\DriveInformation.cs" />
<Compile Include="Services\Encode\Model\Models\AllowedPassthru.cs" />
<Compile Include="Services\Encode\Model\Models\AudioTrack.cs" />
<Compile Include="Services\Encode\Model\Models\ChapterMarker.cs" />
@@ -230,7 +228,6 @@ <Compile Include="Services\Encode\Model\EncodeTask.cs" />
<Compile Include="Services\Encode\Model\Models\OutputFormat.cs" />
<Compile Include="Services\Encode\Model\Models\SubtitleTrack.cs" />
- <Compile Include="Model\PresetPictureSettingsMode.cs" />
<Compile Include="Model\QueueItemStatus.cs" />
<Compile Include="Model\QueueTask.cs" />
<Compile Include="Services\Encode\Model\Models\SubtitleType.cs" />
|