<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,9 +18,7 @@ frame:SetScript(&quot;OnShow&quot;, function()
 
 	local showanchor = tekcheck.new(frame, nil, &quot;Show anchor&quot;, &quot;TOPLEFT&quot;, subtitle, &quot;BOTTOMLEFT&quot;, -2, -GAP)
 	showanchor.tiptext = &quot;Toggle the tooltip anchor. \n|cffffff9aThis setting is global.&quot;
-	local checksound = showanchor:GetScript(&quot;OnClick&quot;)
 	showanchor:SetScript(&quot;OnClick&quot;, function(self)
-		checksound(self)
 		Cork.db.showanchor = not Cork.db.showanchor
 		if Cork.db.showanchor then Cork.anchor:Show() else Cork.anchor:Hide() end
 	end)
@@ -41,7 +39,6 @@ frame:SetScript(&quot;OnShow&quot;, function()
 	local showbg = tekcheck.new(frame, nil, &quot;Show toolip in BG&quot;, &quot;TOPLEFT&quot;, showanchor, &quot;BOTTOMLEFT&quot;, 0, -GAP)
 	showbg.tiptext = &quot;Show the tooltip when in a battleground or Wintergrasp.  When the tooltip is hidden the macro will still work.&quot;
 	showbg:SetScript(&quot;OnClick&quot;, function(self)
-		checksound(self)
 		Cork.db.showbg = not Cork.db.showbg
 		Cork.Update()
 	end)
@@ -50,7 +47,6 @@ frame:SetScript(&quot;OnShow&quot;, function()
 	local showunit = tekcheck.new(frame, nil, &quot;Show unitID&quot;, &quot;TOPLEFT&quot;, showbg, &quot;BOTTOMLEFT&quot;, 0, -GAP)
 	showunit.tiptext = &quot;Show unitID (target, party1, raidpet5) in tooltip. \n|cffffff9aThis setting is global.&quot;
 	showunit:SetScript(&quot;OnClick&quot;, function(self)
-		checksound(self)
 		Cork.db.showunit = not Cork.db.showunit
 		Cork.Update()
 	end)
@@ -59,7 +55,6 @@ frame:SetScript(&quot;OnShow&quot;, function()
 	local bindwheel = tekcheck.new(frame, nil, &quot;Bind mousewheel&quot;, &quot;TOPLEFT&quot;, showunit, &quot;BOTTOMLEFT&quot;, 0, -GAP)
 	bindwheel.tiptext = &quot;Bind to mousewheel when out of combat and needs are present. \n|cffffff9aThis setting is global.&quot;
 	bindwheel:SetScript(&quot;OnClick&quot;, function(self)
-		checksound(self)
 		Cork.db.bindwheel = not Cork.db.bindwheel
 		Cork.UpdateMouseBinding()
 	end)
@@ -91,7 +86,6 @@ frame:SetScript(&quot;OnShow&quot;, function()
 		castonpets = tekcheck.new(frame, nil, &quot;Cast on group pets&quot;, &quot;TOPLEFT&quot;, bindwheel, &quot;BOTTOMLEFT&quot;, 0, -GAP)
 		castonpets.tiptext = &quot;Pets need buffs too!  When disabled you can still cast on a pet by targetting it directly.&quot;
 		castonpets:SetScript(&quot;OnClick&quot;, function(self)
-			checksound(self)
 			Cork.dbpc.castonpets = not Cork.dbpc.castonpets
 			for name,dataobj in pairs(Cork.corks) do dataobj:Scan() end
 		end)</diff>
      <filename>Config.lua</filename>
    </modified>
    <modified>
      <diff>@@ -121,9 +121,7 @@ frame:SetScript(&quot;OnShow&quot;, function()
 
 	local enabled = tekcheck.new(frame, nil, &quot;Enabled&quot;, &quot;TOPLEFT&quot;, subtitle, &quot;BOTTOMLEFT&quot;, -2, -GAP)
 	enabled.tiptext = &quot;Toggle this module.&quot;
-	local checksound = enabled:GetScript(&quot;OnClick&quot;)
 	local function toggle(self)
-		checksound(self)
 		Cork.dbpc[&quot;Blessings-&quot;..self.sv] = not Cork.dbpc[&quot;Blessings-&quot;..self.sv]
 		dataobj:Scan()
 	end</diff>
      <filename>modules/PaladinBlessings.lua</filename>
    </modified>
    <modified>
      <diff>@@ -52,9 +52,7 @@ frame:SetScript(&quot;OnShow&quot;, function()
 
 	local enabled = tekcheck.new(frame, nil, &quot;Enabled&quot;, &quot;TOPLEFT&quot;, subtitle, &quot;BOTTOMLEFT&quot;, -2, -GAP)
 	enabled.tiptext = &quot;Toggle this module.&quot;
-	local checksound = enabled:GetScript(&quot;OnClick&quot;)
 	enabled:SetScript(&quot;OnClick&quot;, function(self)
-		checksound(self)
 		Cork.dbpc[&quot;Shout-enabled&quot;] = not Cork.dbpc[&quot;Shout-enabled&quot;]
 		dataobj:Scan()
 	end)</diff>
      <filename>modules/WarriorShout.lua</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a77a0e6ae3fab8314fef72c0b3f78ca34a050670</id>
    </parent>
  </parents>
  <author>
    <name>tekkub</name>
    <email>tekkub@gmail.com</email>
  </author>
  <url>http://github.com/tekkub/cork/commit/34b73276555cb2d35ef0ae94f55e8a5d7fba1159</url>
  <id>34b73276555cb2d35ef0ae94f55e8a5d7fba1159</id>
  <committed-date>2009-10-21T23:38:19-07:00</committed-date>
  <authored-date>2009-10-21T23:37:08-07:00</authored-date>
  <message>No need for that anymore</message>
  <tree>644289e4ee3e312da60b31a71964d5cbb5bd4273</tree>
  <committer>
    <name>tekkub</name>
    <email>tekkub@gmail.com</email>
  </committer>
</commit>
