diff options
Diffstat (limited to 'js/components/layout/tools-list.reel/tools-list.html')
-rwxr-xr-x | js/components/layout/tools-list.reel/tools-list.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/js/components/layout/tools-list.reel/tools-list.html b/js/components/layout/tools-list.reel/tools-list.html index acee20b2..f559e748 100755 --- a/js/components/layout/tools-list.reel/tools-list.html +++ b/js/components/layout/tools-list.reel/tools-list.html | |||
@@ -85,9 +85,6 @@ | |||
85 | "LineTool1": { | 85 | "LineTool1": { |
86 | "prototype": "js/tools/LineTool" | 86 | "prototype": "js/tools/LineTool" |
87 | }, | 87 | }, |
88 | "PencilTool1": { | ||
89 | "prototype": "js/tools/PencilTool" | ||
90 | }, | ||
91 | "BrushTool1": { | 88 | "BrushTool1": { |
92 | "prototype": "js/tools/BrushTool" | 89 | "prototype": "js/tools/BrushTool" |
93 | }, | 90 | }, |
@@ -97,9 +94,6 @@ | |||
97 | "InkBottleTool1": { | 94 | "InkBottleTool1": { |
98 | "prototype": "js/tools/InkBottleTool" | 95 | "prototype": "js/tools/InkBottleTool" |
99 | }, | 96 | }, |
100 | "EyedropperTool1": { | ||
101 | "prototype": "js/tools/EyedropperTool" | ||
102 | }, | ||
103 | "EraserTool1": { | 97 | "EraserTool1": { |
104 | "prototype": "js/tools/EraserTool" | 98 | "prototype": "js/tools/EraserTool" |
105 | }, | 99 | }, |
@@ -142,11 +136,9 @@ | |||
142 | "OvalTool": {"@": "OvalTool1"}, | 136 | "OvalTool": {"@": "OvalTool1"}, |
143 | "RectTool": {"@": "RectTool1"}, | 137 | "RectTool": {"@": "RectTool1"}, |
144 | "LineTool": {"@": "LineTool1"}, | 138 | "LineTool": {"@": "LineTool1"}, |
145 | "PencilTool": {"@": "PencilTool1"}, | ||
146 | "BrushTool": {"@": "BrushTool1"}, | 139 | "BrushTool": {"@": "BrushTool1"}, |
147 | "FillTool": {"@": "FillTool1"}, | 140 | "FillTool": {"@": "FillTool1"}, |
148 | "InkBottleTool": {"@": "InkBottleTool1"}, | 141 | "InkBottleTool": {"@": "InkBottleTool1"}, |
149 | "EyedropperTool": {"@": "EyedropperTool1"}, | ||
150 | "EraserTool": {"@": "EraserTool1"}, | 142 | "EraserTool": {"@": "EraserTool1"}, |
151 | "RotateStageTool3D": {"@": "RotateStageTool3D1"}, | 143 | "RotateStageTool3D": {"@": "RotateStageTool3D1"}, |
152 | "PanTool": {"@": "PanTool1"}, | 144 | "PanTool": {"@": "PanTool1"}, |
@@ -169,8 +161,6 @@ | |||
169 | <hr /> | 161 | <hr /> |
170 | </div> | 162 | </div> |
171 | </div> | 163 | </div> |
172 | <!-- TODO: Remove and add as a component --> | ||
173 | <div id="colortoolbar"></div> | ||
174 | <div id="disabledCondition" class="panelDisabled"></div> | 164 | <div id="disabledCondition" class="panelDisabled"></div> |
175 | </div> | 165 | </div> |
176 | 166 | ||