mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Removed functions that were deprecated in 0.9.1
--HG-- branch : minor
This commit is contained in:
@@ -381,11 +381,6 @@ static const luaL_Reg functions[] =
|
||||
{ "getDrawRange", w_Mesh_getDrawRange },
|
||||
{ "setVertexColors", w_Mesh_setVertexColors },
|
||||
{ "hasVertexColors", w_Mesh_hasVertexColors },
|
||||
|
||||
// Deprecated since 0.9.1.
|
||||
{ "setImage", w_Mesh_setTexture },
|
||||
{ "getImage", w_Mesh_getTexture },
|
||||
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user