Removed IStyleSheet

This commit is contained in:
jakobdyrby
2014-06-10 08:47:41 +02:00
parent eef7ce45d3
commit dfb08b9ec7
10 changed files with 16 additions and 29 deletions

View File

@@ -1,12 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Umbraco.Core.Models
{
public interface IStylesheet : IFile
{
}
}

View File

@@ -13,7 +13,7 @@ namespace Umbraco.Core.Models
/// </summary>
[Serializable]
[DataContract(IsReference = true)]
public class Stylesheet : File, IStylesheet
public class Stylesheet : File
{
public Stylesheet(string path) : base(path)
{