From 561f0ae25f8168ed63b23fb16c5e7f2c7779aa54 Mon Sep 17 00:00:00 2001 From: IgorTimofeev Date: Tue, 10 Oct 2023 17:23:32 +0300 Subject: [PATCH] :( --- Libraries/System.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Libraries/System.lua b/Libraries/System.lua index e941a28c..9cdbda02 100755 --- a/Libraries/System.lua +++ b/Libraries/System.lua @@ -1753,12 +1753,6 @@ local function anyIconFieldAddInfo(iconField, path) end end -local function gridIconFieldSetVerticalScroll(iconField, value) - iconField.verticalScroll = math.max( - - ) -end - function system.gridIconField(x, y, width, height, xOffset, yOffset, path, defaultTextColor, selectionBackgroundColor, selectionTextColor, selectionFrameColor, selectionTransparency) local iconField = GUI.container(x, y, width, height)