<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <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>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>tekKonfigDropdown.lua</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>40ef0deb92313ede5f1860ab3a6b33c7d89aeba8</id>
    </parent>
  </parents>
  <author>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </author>
  <url>http://github.com/tekkub/tekkonfig/commit/60d944c47b16e690dc4a5c82620443d2c749c9b6</url>
  <id>60d944c47b16e690dc4a5c82620443d2c749c9b6</id>
  <committed-date>2008-11-26T14:34:53-08:00</committed-date>
  <authored-date>2008-11-26T14:34:53-08:00</authored-date>
  <message>Remove 2.4.3 back-compat</message>
  <tree>1b747d53e1810f84e86aa0a4fc550f4df440a4d3</tree>
  <committer>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </committer>
</commit>
