From 3e2cbf4b4c8c6b827d5cfeecda14e584d1385b4d Mon Sep 17 00:00:00 2001 From: David Capello Date: Wed, 8 May 2019 19:03:44 -0300 Subject: [PATCH] Remove tests for global preferences --- scripts/app_preferences.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/app_preferences.lua b/scripts/app_preferences.lua index 24df608ca..c03b197c8 100644 --- a/scripts/app_preferences.lua +++ b/scripts/app_preferences.lua @@ -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')