
- ");
-
- foreach (object color in _colors)
- {
- string colorValue = color.ToString();
- if (colorValue == "")
- colorValue = "FFF";
-
- writer.WriteLine("

");
- }
-
- writer.WriteLine("
");
- }
- }
-}
diff --git a/src/umbraco.editorControls/dictionaryPicker/dictionaryPicker.cs b/src/umbraco.editorControls/dictionaryPicker/dictionaryPicker.cs
deleted file mode 100644
index ae4721e328..0000000000
--- a/src/umbraco.editorControls/dictionaryPicker/dictionaryPicker.cs
+++ /dev/null
@@ -1,120 +0,0 @@
-using System;
-using System.Collections;
-using System.Web.UI.WebControls;
-
-namespace umbraco.editorControls.dictionaryPicker
-{
- ///