Remove const.grid_type

This commit is contained in:
Insality
2020-09-20 23:11:09 +03:00
parent d410192669
commit cded2b153c
2 changed files with 7 additions and 29 deletions

View File

@@ -102,12 +102,6 @@ M.SWIPE = {
}
M.GRID_MODE = {
STATIC = "static",
DYNAMIC = "dynamic",
}
M.EMPTY_FUNCTION = function() end
M.EMPTY_STRING = ""
M.SPACE_STRING = " "