diff Veneer.xml @ 62:ef4116179e2f v7.0.3-1

- cleaned up old file structure remnants
author Nenue
date Tue, 16 Aug 2016 08:37:07 -0400
parents 3f083d389c18
children d80db9a9b7e4
line wrap: on
line diff
--- a/Veneer.xml	Mon Aug 15 09:35:46 2016 -0400
+++ b/Veneer.xml	Tue Aug 16 08:37:07 2016 -0400
@@ -15,6 +15,7 @@
     </Anchors>
     <Scripts>
       <OnLoad>
+        self.DEVIAN_PNAME = 'Veneer'
         self:RegisterForDrag('LeftButton')
       </OnLoad>
       <OnDragStart>
@@ -84,26 +85,6 @@
     </Frames>
   </Frame>
 
-  <Button name="VeneerAuraButton" inherits="SecureActionButtonTemplate" virtual="true">
-    <Size x="32" y="32" />
-    <Layers>
-      <Layer level="ARTWORK">
-        <FontString inherits="VeneerFont_Small" parentKey="label">
-            <Anchors>
-              <Anchor point="LEFT" />
-            </Anchors>
-        </FontString>
-      </Layer>
-    </Layers>
-    <NormalTexture setAllPoints="true">
-
-      <Color a="1" r="1" g="1" b="1" />
-    </NormalTexture>
-    <PushedTexture setAllPoints="true">
-
-      <Color a="1" r="1" g="0" b="0" />
-    </PushedTexture>
-  </Button>
 
   <Script file="Veneer.lua" />