<?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
 
 local ldb, ae = LibStub:GetLibrary(&quot;LibDataBroker-1.1&quot;), LibStub(&quot;AceEvent-3.0&quot;)
 
@@ -27,7 +26,6 @@ Cork.classnames = {
 	[&quot;ROGUE&quot;] = &quot;Rogue&quot;,
 	[&quot;DEATHKNIGHT&quot;] = &quot;Death Knight&quot;,
 }
-if not IS_WRATH_BUILD then Cork.classnames.DEATHKNIGHT = nil end
 
 Cork.colors = {}
 for token in pairs(Cork.classnames) do</diff>
      <filename>Cork.lua</filename>
    </modified>
    <modified>
      <diff>@@ -24,8 +24,6 @@ Config.lua
 MacroGenerator.lua
 Mousewheel.lua
 
-LiveCompatLayer.lua
-
 templates\SelfBuffer.lua
 templates\SelfBufferAdvanced.lua
 templates\RaidBuffer.lua</diff>
      <filename>Cork.toc</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 
-local MAX_ACCOUNT_MACROS, MAX_CHARACTER_MACROS = IS_WRATH_BUILD and 36 or 18, 18
+local MAX_ACCOUNT_MACROS, MAX_CHARACTER_MACROS = 36, 18
 
 local function GetMacroID()
 	for i=(MAX_ACCOUNT_MACROS+1),(MAX_ACCOUNT_MACROS+MAX_CHARACTER_MACROS) do if GetMacroInfo(i) == &quot;Cork&quot; then return i end end
@@ -29,7 +29,7 @@ function Cork.GenerateMacro()
 		else
 			body = &quot;/click CorkFrame&quot;
 		end
-		local id = IS_WRATH_BUILD and CreateMacro(&quot;Cork&quot;, 1, body, true) or CreateMacro(&quot;Cork&quot;, 1, body, nil, true)
+		local id = CreateMacro(&quot;Cork&quot;, 1, body, true)
 		PickupMacro(id)
 	end
 end</diff>
      <filename>MacroGenerator.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">
    <removed>
      <filename>LiveCompatLayer.lua</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>6f5f39930cc3342df5035384d74bdcf53a2041d1</id>
    </parent>
  </parents>
  <author>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </author>
  <url>http://github.com/tekkub/cork/commit/dbb58567d73aa1351b1c31aaf96c7c66d58983f7</url>
  <id>dbb58567d73aa1351b1c31aaf96c7c66d58983f7</id>
  <committed-date>2008-10-19T01:35:42-07:00</committed-date>
  <authored-date>2008-10-19T01:35:42-07:00</authored-date>
  <message>Remove 2.4.3 compat</message>
  <tree>47989e38070b11e5fe2e0ffe9db1499b3a31f655</tree>
  <committer>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </committer>
</commit>
