<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,3 @@
-if not IS_WRATH_BUILD then InterfaceOptionsFrame_OpenToCategory = InterfaceOptionsFrame_OpenToFrame end
 
 if not Squeenix then return end
 local Squeenix = Squeenix</diff>
      <filename>Config.lua</filename>
    </modified>
    <modified>
      <diff>@@ -79,14 +79,6 @@ local function GetTipAnchor(frame)
 end
 
 
-if not IS_WRATH_BUILD then
-	function GameTime_GetLocalTime(wantAMPM)
-		local hour, minute = date(&quot;%H&quot;), date(&quot;%M&quot;)
-		return GameTime_GetFormattedTime(tonumber(hour), tonumber(minute), wantAMPM), hour, minute
-	end
-end
-
-
 local timeobj = LibStub:GetLibrary(&quot;LibDataBroker-1.1&quot;):NewDataObject(&quot;BlizzClock&quot;, {
 	icon = &quot;Interface\\Icons\\INV_Misc_PocketWatch_01&quot;,
 	text = &quot;12:00&quot;,</diff>
      <filename>Squeenix.lua</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,3 @@
-if IS_WRATH_BUILD == nil then IS_WRATH_BUILD = (select(4, GetBuildInfo()) &gt;= 30000) end
 
 local lib, oldminor = LibStub:NewLibrary(&quot;tekKonfig-Button&quot;, 5)
 if not lib then return end
@@ -26,7 +25,7 @@ if oldminor &lt; 5 then
 		-- Fonts --
 		butt:SetDisabledFontObject(GameFontDisable)
 		butt:SetHighlightFontObject(GameFontHighlight)
-		if IS_WRATH_BUILD then butt:SetNormalFontObject(GameFontNormal) else butt:SetTextFontObject(GameFontNormal) end
+		butt:SetNormalFontObject(GameFontNormal)
 
 		-- Textures --
 		butt:SetNormalTexture(&quot;Interface\\Buttons\\UI-Panel-Button-Up&quot;)
@@ -50,7 +49,7 @@ if oldminor &lt; 5 then
 	function lib.new_small(parent, ...)
 		local butt = lib.new(parent, ...)
 		butt:SetHighlightFontObject(GameFontHighlightSmall)
-		if IS_WRATH_BUILD then butt:SetNormalFontObject(GameFontNormalSmall) else butt:SetTextFontObject(GameFontNormalSmall) end
+		butt:SetNormalFontObject(GameFontNormalSmall)
 		return butt
 	end
 end</diff>
      <filename>tekKonfig/tekKonfigButton.lua</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,3 @@
-if IS_WRATH_BUILD == nil then IS_WRATH_BUILD = (select(4, GetBuildInfo()) &gt;= 30000) end
 
 local lib, oldminor = LibStub:NewLibrary(&quot;tekKonfig-Dropdown&quot;, 2)
 if not lib then return end
@@ -16,7 +15,7 @@ end
 
 
 local function OnClick(self)
-	if IS_WRATH_BUILD then ToggleDropDownMenu(nil, nil, self:GetParent()) else ToggleDropDownMenu() end
+	ToggleDropDownMenu(nil, nil, self:GetParent())
 	PlaySound(&quot;igMainMenuOptionCheckBoxOn&quot;)
 end
 </diff>
      <filename>tekKonfig/tekKonfigDropdown.lua</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>aeb6abc8601d9e9ddd569e7c026929aaedf16c98</id>
    </parent>
  </parents>
  <author>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </author>
  <url>http://github.com/tekkub/squeenix/commit/6a1bb66278b1cc3a826a18d95bf86ad89e77e0b6</url>
  <id>6a1bb66278b1cc3a826a18d95bf86ad89e77e0b6</id>
  <committed-date>2008-10-19T01:43:59-07:00</committed-date>
  <authored-date>2008-10-19T01:43:59-07:00</authored-date>
  <message>Remove 2.4.3 compat</message>
  <tree>7df08675a79cab3d7a6e6cd3c1c2f73fbe4d2763</tree>
  <committer>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </committer>
</commit>
