From 8365e9e0e12bef40b40dc1c2571233c325f05f56 Mon Sep 17 00:00:00 2001 From: chrisgregan Date: Tue, 25 Aug 2015 13:17:32 +0100 Subject: [PATCH] Removed unused using statement --- Assets/Fungus/UI/Editor/WriteEditor.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/Fungus/UI/Editor/WriteEditor.cs b/Assets/Fungus/UI/Editor/WriteEditor.cs index 89a8d901..d5b395fc 100644 --- a/Assets/Fungus/UI/Editor/WriteEditor.cs +++ b/Assets/Fungus/UI/Editor/WriteEditor.cs @@ -3,7 +3,6 @@ using UnityEditorInternal; using UnityEngine; using System.Collections; using System.Collections.Generic; -using Rotorz.ReorderableList; namespace Fungus {