aboutsummaryrefslogtreecommitdiff
path: root/net.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-10-22 16:36:54 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-10-22 16:36:54 +0200
commitb105ae21cd47682a4e426604cb15ee6c11aea201 (patch)
treeea6bbad55e98f9b75c1fbafb138387c7e40f947d /net.lua
parent3dc7c5e30848d8c8b264d2ffa4ffc38f6f063483 (diff)
downloadvicious-legacy-b105ae21cd47682a4e426604cb15ee6c11aea201.tar.xz
README: updated net description
Diffstat (limited to 'net.lua')
-rw-r--r--net.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/net.lua b/net.lua
index 7ec32f3..2fa27b4 100644
--- a/net.lua
+++ b/net.lua
@@ -10,7 +10,6 @@ local tonumber = tonumber
local os = { time = os.time }
local io = { open = io.open }
local setmetatable = setmetatable
-local math = { floor = math.floor }
local string = {
match = string.match,
format = string.format