diff gui.lua @ 107:35b55c6f5551

Cleanups and reminders to myself.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Mon, 06 Aug 2012 13:14:38 -0400
parents 04198c8d0717
children 04ccd12c2a41
line wrap: on
line diff
--- a/gui.lua	Sun Aug 05 19:08:53 2012 +0000
+++ b/gui.lua	Mon Aug 06 13:14:38 2012 -0400
@@ -122,7 +122,7 @@
 
 -- Working around this bug:
 -- http://forums.wowace.com/showpost.php?p=295202&postcount=31
-do
+if false then  -- no longer needed?
 	local function fix_frame_level (level, ...)
 		for i = 1, select("#", ...) do
 			local button = select(i, ...)