Removed unused consts

This commit is contained in:
Richard Davey 2018-01-20 04:45:27 +00:00
parent 39b1f35a20
commit 2b4d6f17c8

View file

@ -3,13 +3,6 @@ module.exports = {
PENDING: 0,
INSTALLED: 1,
BOOT: 0,
INIT: 1,
PRELOAD: 2,
CREATE: 3,
UPDATE: 4,
RENDER: 5,
SHUTDOWN: 6
SHUTDOWN: 2
};