mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Removed functions that were deprecated in 0.9.1
--HG-- branch : minor
This commit is contained in:
@@ -146,9 +146,6 @@ static const luaL_Reg functions[] =
|
||||
{ "clear", w_Canvas_clear },
|
||||
{ "getFormat", w_Canvas_getFormat },
|
||||
{ "getFSAA", w_Canvas_getFSAA },
|
||||
|
||||
// Deprecated since 0.9.1.
|
||||
{ "getType", w_Canvas_getFormat },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user