From fb7987b2757532d7c10c721c74a483e733b4cacb Mon Sep 17 00:00:00 2001 From: heliguy4599 Date: Tue, 12 Sep 2023 01:29:47 -0400 Subject: [PATCH] Cleanup --- src/window.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/window.py b/src/window.py index 5a0a157b..4fbd6a19 100644 --- a/src/window.py +++ b/src/window.py @@ -194,15 +194,6 @@ def batch_uninstall_response(_idk, response_id, _widget): dialog.connect("response", batch_uninstall_response, dialog.choose_finish) Gtk.Window.present(dialog) - - - - - '''for i in range(len(self.selected_host_flatpak_indexes)): - name = self.host_flatpaks[self.selected_host_flatpak_indexes[i]][0] - ref = self.host_flatpaks[self.selected_host_flatpak_indexes[i]][8] - id = self.host_flatpaks[self.selected_host_flatpak_indexes[i]][2]''' - def uninstall_button_handler(self, _widget, index): name = self.host_flatpaks[index][0] ref = self.host_flatpaks[index][8]