Quantcast

Removed placeholder frame

Alar of Daggerspine [11-18-14 - 21:12]
Removed placeholder frame

Signed-off-by: Alar of Daggerspine <alar@aspide.it>
Filename
GarrisonCommander.xml
diff --git a/GarrisonCommander.xml b/GarrisonCommander.xml
index 0ead230..ed5ab87 100644
--- a/GarrisonCommander.xml
+++ b/GarrisonCommander.xml
@@ -1,27 +1,4 @@
 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
 ..\FrameXML\UI.xsd">
-
 	<Script file="GarrisonCommander.lua"/>
-
-	<CheckButton name="GarrisonFrame" parent="UIParent" movable="true" enableMouse="true" clampedToScreen="true" inherits="LootWonALertFrameTemplate">
-		<Anchors>
-			<Anchor point="CENTER" x="0" y="300"/>
-		</Anchors>
-		<Scripts>
-			<OnLoad>
-				self:RegisterForDrag("LeftButton")
-				self:RegisterForClicks("AnyUp")
-			</OnLoad>
-			<OnDragStart>
-				self:StartMoving()
-			</OnDragStart>
-			<OnDragStop>
-				self:SetopMovingOrSizing()
-			</OnDragStop>
-			<OnLeave>
-				GameTooltip:Hide()
-				ResetCursor()
-			</OnLeave>
-		</Scripts>
-	</CheckButton>
 </Ui>
\ No newline at end of file