mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Removed functions that were deprecated in 0.9.1
--HG-- branch : minor
This commit is contained in:
@@ -355,11 +355,6 @@ static const luaL_Reg functions[] =
|
||||
{ "sendMatrix", w_Shader_sendMatrix },
|
||||
{ "sendTexture", w_Shader_sendTexture },
|
||||
{ "send", w_Shader_send },
|
||||
|
||||
// Deprecated since 0.9.1.
|
||||
{ "sendImage", w_Shader_sendTexture },
|
||||
{ "sendCanvas", w_Shader_sendTexture },
|
||||
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user