Remove variable db

This commit is contained in:
rilgamon 2021-04-04 22:08:51 +02:00
parent 5c117e6a9c
commit 6debc8d152
1 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@ local modul = {
['frame'] = CreateFrame("FRAME"),
['name'] = modulname
}
local db
local GetCurrencyListLink = GetCurrencyListLink
local GetCurrencyListSize = GetCurrencyListSize
local GetCurrencyListInfo = GetCurrencyListInfo
@ -203,7 +202,6 @@ end
child:IgnoreClassic(modulname)
local init = {
Setup = function(self)
db = child['db']
modul.db, modul.status = child:RegisterModul(modul, modulname)
if(modul.status) then
modul:Enable()