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
-1
View File
@@ -98,7 +98,6 @@ public:
enum Support
{
SUPPORT_MULTI_CANVAS,
SUPPORT_MULTI_CANVAS_FORMATS,
SUPPORT_MAX_ENUM
};