From 889aaceabf9cdd750bbffa04a7465e1f465bfc94 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Sun, 30 Oct 2016 01:08:46 -0300 Subject: [PATCH] enet: remove deprecated host:socket_get_address (replaced by host:get_socket_address). --HG-- branch : minor --- src/libraries/enet/enet.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libraries/enet/enet.cpp b/src/libraries/enet/enet.cpp index 510a4ea91..5bd52f700 100644 --- a/src/libraries/enet/enet.cpp +++ b/src/libraries/enet/enet.cpp @@ -734,9 +734,6 @@ static const struct luaL_Reg enet_host_funcs [] = { // Since ENetSocket isn't part of enet-lua, we should try to keep // naming conventions the same as the rest of the lib. {"get_socket_address", host_get_socket_address}, - // TODO: Remove the line below in future versions, it's for backward - // compatibility only. - {"socket_get_address", host_get_socket_address}, // We need this function to free up our ports when needed! {"destroy", host_gc},