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 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/js/components/layout/tools-list.reel/tools-list.html b/js/components/layout/tools-list.reel/tools-list.html index 25aac8fb..cbbcace4 100755 --- a/js/components/layout/tools-list.reel/tools-list.html +++ b/js/components/layout/tools-list.reel/tools-list.html | |||
@@ -55,9 +55,6 @@ | |||
55 | "SelectionTool1": { | 55 | "SelectionTool1": { |
56 | "prototype": "js/tools/SelectionTool" | 56 | "prototype": "js/tools/SelectionTool" |
57 | }, | 57 | }, |
58 | "SubselectionTool1": { | ||
59 | "prototype": "js/tools/SubSelectTool" | ||
60 | }, | ||
61 | "Rotate3DTool1": { | 58 | "Rotate3DTool1": { |
62 | "prototype": "js/tools/RotateObject3DTool" | 59 | "prototype": "js/tools/RotateObject3DTool" |
63 | }, | 60 | }, |
@@ -85,9 +82,6 @@ | |||
85 | "LineTool1": { | 82 | "LineTool1": { |
86 | "prototype": "js/tools/LineTool" | 83 | "prototype": "js/tools/LineTool" |
87 | }, | 84 | }, |
88 | "PencilTool1": { | ||
89 | "prototype": "js/tools/PencilTool" | ||
90 | }, | ||
91 | "BrushTool1": { | 85 | "BrushTool1": { |
92 | "prototype": "js/tools/BrushTool" | 86 | "prototype": "js/tools/BrushTool" |
93 | }, | 87 | }, |
@@ -97,9 +91,6 @@ | |||
97 | "InkBottleTool1": { | 91 | "InkBottleTool1": { |
98 | "prototype": "js/tools/InkBottleTool" | 92 | "prototype": "js/tools/InkBottleTool" |
99 | }, | 93 | }, |
100 | "EyedropperTool1": { | ||
101 | "prototype": "js/tools/EyedropperTool" | ||
102 | }, | ||
103 | "EraserTool1": { | 94 | "EraserTool1": { |
104 | "prototype": "js/tools/EraserTool" | 95 | "prototype": "js/tools/EraserTool" |
105 | }, | 96 | }, |
@@ -135,7 +126,6 @@ | |||
135 | "properties": { | 126 | "properties": { |
136 | "element": {"#": "toolsList"}, | 127 | "element": {"#": "toolsList"}, |
137 | "SelectionTool": {"@": "SelectionTool1"}, | 128 | "SelectionTool": {"@": "SelectionTool1"}, |
138 | "SubselectionTool": {"@": "SubselectionTool1"}, | ||
139 | "Rotate3DTool": {"@": "Rotate3DTool1"}, | 129 | "Rotate3DTool": {"@": "Rotate3DTool1"}, |
140 | "Translate3DTool": {"@": "Translate3DTool1"}, | 130 | "Translate3DTool": {"@": "Translate3DTool1"}, |
141 | "TagTool": {"@": "TagTool1"}, | 131 | "TagTool": {"@": "TagTool1"}, |
@@ -145,11 +135,9 @@ | |||
145 | "OvalTool": {"@": "OvalTool1"}, | 135 | "OvalTool": {"@": "OvalTool1"}, |
146 | "RectTool": {"@": "RectTool1"}, | 136 | "RectTool": {"@": "RectTool1"}, |
147 | "LineTool": {"@": "LineTool1"}, | 137 | "LineTool": {"@": "LineTool1"}, |
148 | "PencilTool": {"@": "PencilTool1"}, | ||
149 | "BrushTool": {"@": "BrushTool1"}, | 138 | "BrushTool": {"@": "BrushTool1"}, |
150 | "FillTool": {"@": "FillTool1"}, | 139 | "FillTool": {"@": "FillTool1"}, |
151 | "InkBottleTool": {"@": "InkBottleTool1"}, | 140 | "InkBottleTool": {"@": "InkBottleTool1"}, |
152 | "EyedropperTool": {"@": "EyedropperTool1"}, | ||
153 | "EraserTool": {"@": "EraserTool1"}, | 141 | "EraserTool": {"@": "EraserTool1"}, |
154 | "RotateStageTool3D": {"@": "RotateStageTool3D1"}, | 142 | "RotateStageTool3D": {"@": "RotateStageTool3D1"}, |
155 | "PanTool": {"@": "PanTool1"}, | 143 | "PanTool": {"@": "PanTool1"}, |
@@ -173,8 +161,6 @@ | |||
173 | <hr /> | 161 | <hr /> |
174 | </div> | 162 | </div> |
175 | </div> | 163 | </div> |
176 | <!-- TODO: Remove and add as a component --> | ||
177 | <div id="colortoolbar"></div> | ||
178 | <div data-montage-id="disabledCondition" class="panelDisabled"></div> | 164 | <div data-montage-id="disabledCondition" class="panelDisabled"></div> |
179 | </div> | 165 | </div> |
180 | 166 | ||