diff options
author | sr55 <[email protected]> | 2015-03-01 17:53:54 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-03-01 17:53:54 +0000 |
commit | 5cce72f890bc7b6075a55aa4364b8817c22f11c0 (patch) | |
tree | c049480c710828c2e5d6375dfcfa03faa48a5f56 /win/CS/HandBrake.ApplicationServices/Services/Encode | |
parent | 6106f068ddc39e4d8aca10f42dc955cfae183360 (diff) |
WinGui: Removing the Isolation code as it's not used, and planned for libhb instead.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6958 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Services/Encode')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Services/Encode/Interfaces/IEncodeServiceWrapper.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Services/Encode/Interfaces/IEncodeServiceWrapper.cs b/win/CS/HandBrake.ApplicationServices/Services/Encode/Interfaces/IEncodeServiceWrapper.cs deleted file mode 100644 index 6163bcffc..000000000 --- a/win/CS/HandBrake.ApplicationServices/Services/Encode/Interfaces/IEncodeServiceWrapper.cs +++ /dev/null @@ -1,18 +0,0 @@ -// --------------------------------------------------------------------------------------------------------------------
-// <copyright file="IEncodeServiceWrapper.cs" company="HandBrake Project (http://handbrake.fr)">
-// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.
-// </copyright>
-// <summary>
-// IEncodeServiceWrapper Interface
-// </summary>
-// --------------------------------------------------------------------------------------------------------------------
-
-namespace HandBrake.ApplicationServices.Services.Encode.Interfaces
-{
- /// <summary>
- /// EncodeServiceWrapper Interface
- /// </summary>
- public interface IEncodeServiceWrapper : IEncode
- {
- }
-}
|