From 7d4cdcdc7b16af74753ca8439933c9925776a32d Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Sat, 26 Jun 2010 20:03:15 -0500 Subject: [PATCH] Removed some unused patterns (socketBonus and SocketLines) --- Regexps.lua | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Regexps.lua b/Regexps.lua index 7cb634a..80b7c7e 100644 --- a/Regexps.lua +++ b/Regexps.lua @@ -822,15 +822,6 @@ UnweightedLines = { "^equip: causes your ", } -socketBonus = "^socket bonus: (.*)" - -SocketLines = { - "^(red) socket$", - "^(yellow) socket$", - "^(blue) socket$", - "^(meta) socket$", -} - MultipleStatLines = { {"^([^,]+) and ([^,]+)$", WeightsWatcher.twoStats, {"elixir", "enchant", "food", "generic", "useEffect"}}, {"^([+-]?%d+ )(%a[%a ]+%a) and (%a[%a ]+%a)$", WeightsWatcher.multipleStatsOneNumber, {"elixir", "food"}}, -- 1.7.9.5