Removed the 'multicanvas' GraphicsFeature constant since it's redundant (the love.graphics.getSystemLimits().multicanvas number can be used instead.)

This commit is contained in:
Alex Szpakowski
2015-11-14 19:33:56 -04:00
parent e9c75c342e
commit a81621df82
3 changed files with 0 additions and 4 deletions
-2
View File
@@ -1502,8 +1502,6 @@ bool Graphics::isSupported(Support feature) const
{
switch (feature)
{
case SUPPORT_MULTI_CANVAS:
return Canvas::isMultiCanvasSupported();
case SUPPORT_MULTI_CANVAS_FORMATS:
return Canvas::isMultiFormatMultiCanvasSupported();
default: