From e3b0a8c0c5ce3348c95f7d92b641a3d136bfdf4b Mon Sep 17 00:00:00 2001 From: RDW Date: Sun, 20 Aug 2023 16:34:04 +0200 Subject: [PATCH] Cleanup: Removed the unused Settings module What is the point, indeed? I don't remember, so let's remove it... --- Core/Settings.lua | 13 ------------- Rarity.toc | 1 - 2 files changed, 14 deletions(-) delete mode 100644 Core/Settings.lua diff --git a/Core/Settings.lua b/Core/Settings.lua deleted file mode 100644 index 021fa91e..00000000 --- a/Core/Settings.lua +++ /dev/null @@ -1,13 +0,0 @@ -local _, addonTable = ... - ---- Settings.lua --- TODO: LuaDoc -local Settings = {} - --- Globals -local R = Rarity - --- What's the point of this file? - -Rarity.Settings = Settings -return Settings diff --git a/Rarity.toc b/Rarity.toc index 64dc2e8d..00351081 100644 --- a/Rarity.toc +++ b/Rarity.toc @@ -132,7 +132,6 @@ Core\GUI.lua Core\Profiling.lua Core\Serialization.lua Core\Session.lua -Core\Settings.lua Core\Statistics.lua Core\Tracking.lua Core\Validation.lua