diff --git a/ChoreTracker.lua b/ChoreTracker.lua index fe1e847..9b95d77 100644 --- a/ChoreTracker.lua +++ b/ChoreTracker.lua @@ -74,8 +74,6 @@ end function core:OnEnable() LibQTip = LibStub('LibQTip-1.0') - - self:RegisterChatCommand('ct', 'ViewChores'); local level = UnitLevel('player') if level == 85 then @@ -115,10 +113,6 @@ function core:OnEnable() core:ResetValorPoints() end -function core:ViewChores() - -end - function core:UpdateChores() --reset data if necessary core:ResetInstances()