Skip to content

Commit 02604f8

Browse files
committed
Spider - remove user_audio_settings_path
This is now handled by the Daemon
1 parent c581fb3 commit 02604f8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/server/ruby/lib/sonicpi/util.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -440,10 +440,6 @@ def erlang_server_path
440440
File.join(server_path, "erlang", "tau", "ebin")
441441
end
442442

443-
def user_audio_settings_path
444-
File.absolute_path("#{config_path}/audio-settings.toml")
445-
end
446-
447443
def system_cache_store_path
448444
File.absolute_path("#{system_store_path}/cache.json")
449445
end

0 commit comments

Comments
 (0)