Removed some unused files.
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
using NUnit.Framework;
|
||||
namespace RecrownedGTK.Tests
|
||||
{
|
||||
[TestFixture]
|
||||
public class TextureDataTest
|
||||
{
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
}
|
||||
|
||||
[TearDown]
|
||||
public void Cleanup() {
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestDefaultShader()
|
||||
{
|
||||
Assert.Pass();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user