diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Services/Interfaces/INotificationService.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Services/Interfaces/INotificationService.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/win/CS/HandBrakeWPF/Services/Interfaces/INotificationService.cs b/win/CS/HandBrakeWPF/Services/Interfaces/INotificationService.cs deleted file mode 100644 index 8a20c274e..000000000 --- a/win/CS/HandBrakeWPF/Services/Interfaces/INotificationService.cs +++ /dev/null @@ -1,18 +0,0 @@ -// --------------------------------------------------------------------------------------------------------------------
-// <copyright file="INotificationService.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>
-// Defines the INotificationService type.
-// </summary>
-// --------------------------------------------------------------------------------------------------------------------
-
-namespace HandBrakeWPF.Services.Interfaces
-{
- /// <summary>
- /// The NotificationService interface.
- /// </summary>
- public interface INotificationService
- {
- }
-}
\ No newline at end of file |