From 8c4e20892671946012d28a1db78a2ac63bb369fc Mon Sep 17 00:00:00 2001 From: bobzel Date: Wed, 15 May 2024 07:31:10 -0400 Subject: removing console logs, unused code and text color changing --- src/client/views/global/globalScripts.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/client/views/global') diff --git a/src/client/views/global/globalScripts.ts b/src/client/views/global/globalScripts.ts index 8000cce29..2a5732708 100644 --- a/src/client/views/global/globalScripts.ts +++ b/src/client/views/global/globalScripts.ts @@ -33,10 +33,6 @@ ScriptingGlobals.add(function setView(view: string) { selected ? (selected._type_collection = view) : console.log('[FontIconBox.tsx] changeView failed'); }); -ScriptingGlobals.add(function setSettingBgColor(isSetting: boolean) { - Doc.UserDoc().settingBgColor = isSetting; -}); - // toggle: Set overlay status of selected document ScriptingGlobals.add(function setBackgroundColor(color?: string, checkResult?: boolean) { const selectedViews = SelectionManager.Views; -- cgit v1.2.3-70-g09d2