Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
heliguy4599 committed Sep 12, 2023
1 parent 6035d9f commit fb7987b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit fb7987b

Please sign in to comment.