Skip to content

Commit

Permalink
Remove unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gokselgoktas committed Apr 3, 2017
1 parent 1288dd1 commit d0795f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 2 additions & 4 deletions Assets/Scripts/Debug/Viewer.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System.Collections;
using System.Collections.Generic;

using UnityEngine;
using UnityEngine;

[RequireComponent(typeof (HiZBuffer))]
public class Viewer : MonoBehaviour
Expand All @@ -20,6 +17,7 @@ public Shader shader
return m_Shader;
}
}

private Material m_Material;
public Material material
{
Expand Down
5 changes: 1 addition & 4 deletions Assets/Scripts/HiZBuffer.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System.Collections;
using System.Collections.Generic;

using UnityEngine;
using UnityEngine;
using UnityEngine.Rendering;

[RequireComponent(typeof (Camera))]
Expand Down

0 comments on commit d0795f2

Please sign in to comment.