From 29ad6355ef60cfb3b3fc7f780504f3ed30845883 Mon Sep 17 00:00:00 2001
From: John Mayhew
Date: Mon, 7 May 2012 14:30:47 -0700
Subject: More implementation of moving color chips to the individual subtools.

Removed the tool color bar
Added new icons for inkbottle
Removed Pencil tool
Removed Inkbottle tool
Added chips to the pen, brush and tag tools
Aligned controls in several subtools
---
 .../pencil-properties.reel/pencil-properties.html  | 31 ----------------------
 1 file changed, 31 deletions(-)
 delete mode 100755 js/components/tools-properties/pencil-properties.reel/pencil-properties.html

(limited to 'js/components/tools-properties/pencil-properties.reel/pencil-properties.html')

diff --git a/js/components/tools-properties/pencil-properties.reel/pencil-properties.html b/js/components/tools-properties/pencil-properties.reel/pencil-properties.html
deleted file mode 100755
index fc5f541e..00000000
--- a/js/components/tools-properties/pencil-properties.reel/pencil-properties.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE HTML>
-<!-- <copyright>
- This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
- No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
- (c) Copyright 2011 Motorola Mobility, Inc.  All Rights Reserved.
- </copyright> -->
-<html>
-    <head>
-        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
-        <link rel="stylesheet" type="text/css" href="pencil-properties.css">
-
-        <script type="text/montage-serialization">
-        {
-
-            "owner": {
-                "prototype": "js/components/tools-properties/pencil-properties.reel",
-                "properties": {
-                    "element": {"#": "pencilProperties"}
-                }
-            }
-    	}
-	    </script>
-       
-    </head>
-
-    <body>
-        <div id="pencilProperties" class="subToolHolderPanel">
-        </div>
-    </body>
-
-</html>
\ No newline at end of file
-- 
cgit v1.2.3