From f914eaa600d11aa2c883d264ab7544bfd8f8a573 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 3 Sep 2025 18:41:20 +0200 Subject: [PATCH] Remove accidentally comitted file --- refactor.sh | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 refactor.sh diff --git a/refactor.sh b/refactor.sh deleted file mode 100755 index e4fb4abfb0..0000000000 --- a/refactor.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sed -f -s/strip_button_toggled/att_left_button_toggled/ -s/list_button_toggled/att_right_button_toggled/ -s/props_button_toggled/att_bottom_button_toggled/ -s/showhide_sidebar_strip/showhide_att_left/ -s/showhide_sidebar_list/showhide_att_right/ -s/showhide_btm_props/showhide_att_bottom/ -s/content_transport_ebox/content_app_bar/ -s/content_strip_ebox/contents_att_left/ -s/content_list_vbox/content_right_vbox/ -s/content_list_ebox/content_att_right/ -s/content_attachments_ebox/content_attachments/ -s/content_tabbables_ebox/content_tabbables/ -s/content_toolbar_ebox/content_toolbar/ -s/content_list_pane/content_right_pane/ -s/content_innermost_ebox/content_innermost_hbox/ -s/content_props_ebox/content_att_bottom/ -s/_transport_table/_table/g -s/TransportBar/ApplicationBar/g -s/strip_attachment_button/left_attachment_button/ -s/list_attachment_button/right_attachment_button/ -s/prop_attachment_button/bottom_attachment_button/