Remove tests for global preferences

This commit is contained in:
David Capello 2019-05-08 19:03:44 -03:00
parent 5337328c92
commit 3e2cbf4b4c

View File

@ -3,13 +3,6 @@
-- This file is released under the terms of the MIT license.
-- Read LICENSE.txt for more information.
-- Global preferences
do
assert(app.preferences.general.language == "en")
assert(app.preferences.general.screen_scale == 2)
assert(app.preferences.general.ui_scale == 1)
end
-- Preferences for tools
do
local t = app.preferences.tool('pencil')