Remove legacy network code

This commit is contained in:
Martin Natano
2022-04-11 14:50:00 -07:00
committed by teejusb
parent f1e3e4d519
commit 4c0aef69dd
124 changed files with 56 additions and 10863 deletions
+10
View File
@@ -2809,6 +2809,16 @@ int LuaFunc_get_music_file_length(lua_State* L)
}
LUAFUNC_REGISTER_COMMON(get_music_file_length);
/* stubs for deprecated network functions */
LuaFunction(CloseConnection, false);
LuaFunction(ConnectToServer, false);
LuaFunction(GetServerName, std::string(""));
LuaFunction(IsNetConnected, false);
LuaFunction(IsNetSMOnline, false);
LuaFunction(IsSMOnlineLoggedIn, false);
LuaFunction(ReportStyle, false);
/*
* Copyright (c) 2001-2005 Chris Danford, Glenn Maynard
* All rights reserved.