mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-22 09:50:49 +00:00
remove Config.load from configs()
now called inside the module
This commit is contained in:
parent
ccd7e93e94
commit
58d6876c0f
@ -9,8 +9,6 @@ require_relative "configs"
|
||||
|
||||
module Voicemeeter
|
||||
module Remote
|
||||
include Configs
|
||||
|
||||
private
|
||||
|
||||
class Remote < Base
|
||||
@ -28,7 +26,6 @@ module Voicemeeter
|
||||
end
|
||||
|
||||
def configs
|
||||
Configs.load
|
||||
Configs.get(@kind.name)
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user