changeset 85:f938ec08d5a6

Cleanup
author John@Yosemite-PC
date Sat, 14 Apr 2012 10:12:06 -0400
parents 70fac446f3ee
children 22b37c800bc4
files Core.lua
diffstat 1 files changed, 4 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/Core.lua	Fri Apr 13 23:34:11 2012 -0400
+++ b/Core.lua	Sat Apr 14 10:12:06 2012 -0400
@@ -8,11 +8,11 @@
 -- (*) lists store number slots rather than flat indexing
 -- ( ) database and comm versioning
 -- (_) limited communication - everyone trusts the loot master
--- (_) single user + admin gui (manual suicides)
--- (_) single user + admin gui (master loot)
+-- (*) single user + admin gui (manual suicides)
+-- (*) single user + admin gui (master loot)
 -- (*) whisper UI
--- ( ) communication and list merging/trimming
--- ( ) admins
+-- (_) communication and list merging/trimming
+-- (_) admins
 -- (*) players gui
 -- ( ) undo
 -- ( ) crypto / protection against tampering
@@ -24,7 +24,6 @@
 local string=string
 local sformat=string.format
 local bsk = LibStub("AceAddon-3.0"):NewAddon("bsk","AceConsole-3.0")
--- "AceHook-3.0", "AceComm-3.0", "AceSerializer-3.0"
 _G.bsk=bsk
 local L = LibStub("AceLocale-3.0"):GetLocale("bsk", false)
 setfenv(1,bsk)
@@ -61,7 +60,6 @@
 function OnEnable()
     CreateWorkingStateFromChanges(db.profile.changes)
     InitializeState()
-    --CreateGUI()
 end
 
 function HandleCommand(paramIn)
@@ -201,14 +199,6 @@
     else
         CreateGUI()
     end
-
-    --if frame == nil then
-        --CreateGUI()
-        --ShowGUI()
-    --else
-        --ShowGUI()
-    --end
-
 end
 
 defaults = {
@@ -219,4 +209,3 @@
     }
 }
 
-