From bf19b630206516ae0391c30f8ad7b305d7fdc104 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Tue, 14 Nov 2023 10:58:57 -0800 Subject: [PATCH] remove uneeded copypasta ref: #4019 --- plugins/lua/sort/places.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/lua/sort/places.lua b/plugins/lua/sort/places.lua index 5dd95b423..08f4e4f1c 100644 --- a/plugins/lua/sort/places.lua +++ b/plugins/lua/sort/places.lua @@ -189,10 +189,6 @@ function PlacesOverlay:updateFrames() local frame = self.subviews.panel.frame if frame.l == l and frame.t == t then return ret end frame.l, frame.t = l, t - local frame2 = self.subviews.subset_panel.frame - frame2.l, frame2.t = l, t + 1 - local frame3 = self.subviews.subfilter_panel.frame - frame3.l, frame3.t = l, t + 2 return true end