mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / xwt / builtin / bevel.xwt
diff --git a/src/org/xwt/builtin/bevel.xwt b/src/org/xwt/builtin/bevel.xwt
deleted file mode 100644 (file)
index 240697f..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<!-- Copyright 2002 Adam Megacz, see the COPYING file for licensing [LGPL] -->
-<xwt>
-
-    <redirect target="self"/>
-    <template thickness="2" depth="up" hpad="2" vpad="2">
-
-        var bar = 5;
-
-        _depth = function(d) {
-            arguments.cascade(d);
-            sync();
-        }
-
-        var sync = function() {
-            if (thickness > hpad) hpad = thickness;
-            if (thickness > vpad) vpad = thickness;
-
-            if (depth == "up") border = "org.xwt.builtin.bevel_2_up";
-            else if (depth == "down") border = "org.xwt.builtin.bevel_2_down";
-            else if (depth == "flat") border = "org.xwt.builtin.bevel_2_flat";
-            else border = null;
-        }
-
-    </template>
-
-</xwt>