diff ICU.lua @ 12:2d952bc9897a

Managed to overwrite my local development copy of the project with the latest uploaded revision ... /facepalm This commit/push is the same as r11
author Xiiph
date Sat, 19 Feb 2011 19:22:44 +0100
parents 0ed4c1a0412e
children ed15bd476bbb
line wrap: on
line diff
--- a/ICU.lua	Sat Feb 19 00:17:28 2011 +0100
+++ b/ICU.lua	Sat Feb 19 19:22:44 2011 +0100
@@ -639,18 +639,3 @@
 end
 ChatFrame_AddMessageEventFilter("CHAT_MSG_WHISPER_ICU_INFORM", filterChat)
 
---@do-not-package@
-function icu:test(cond)
-	if true and not cond then
-		print("First.")
-	else
-		print("Second.")
-	end
-end
-
-function icu:grabVar(var)
-	print(self.db.profile[var])
-end
-
-_G.icu = icu;
---@end-do-not-package@
\ No newline at end of file