Quantcast

Removed some unused patterns (socketBonus and SocketLines)

Kevin Lyles [06-27-10 - 01:03]
Removed some unused patterns (socketBonus and SocketLines)
Filename
Regexps.lua
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"}},