diff --git a/deluge/ui/gtkui/glade/main_window.move_storage.ui b/deluge/ui/gtkui/glade/main_window.move_storage.ui deleted file mode 100644 index ab996743a..000000000 --- a/deluge/ui/gtkui/glade/main_window.move_storage.ui +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - False - 5 - Remove Torrent? - False - center-on-parent - dialog - - - True - False - 2 - - - True - False - center - - - gtk-cancel - True - True - True - False - True - - - False - False - 0 - - - - - Remove Selected Torrent - True - True - True - False - - - False - False - 1 - - - - - False - True - end - 0 - - - - - True - False - 5 - - - True - False - 10 - - - True - False - gtk-dialog-warning - 6 - - - False - False - 0 - - - - - True - False - Are you sure you want to remove the selected torrent? - - - - - True - - - False - False - 1 - - - - - False - False - 0 - - - - - False - - - False - True - 1 - - - - - True - False - 15 - - - False - 5 - - - True - False - gtk-dialog-warning - - - False - False - 1 - - - - - True - False - 0 - The associated .torrent will be deleted! - - - - - - True - True - 1 - - - - - - - True - True - 2 - - - - - True - False - 15 - - - False - 5 - - - True - False - gtk-dialog-warning - - - False - False - 0 - - - - - True - False - 0 - The downloaded data will be deleted! - - - - - - True - True - 1 - - - - - - - True - True - 3 - - - - - False - False - 5 - 1 - - - - - - button_cancel - button_ok - - - diff --git a/deluge/ui/gtkui/mainwindow.py b/deluge/ui/gtkui/mainwindow.py index 28ddd88e5..4689eece0 100644 --- a/deluge/ui/gtkui/mainwindow.py +++ b/deluge/ui/gtkui/mainwindow.py @@ -86,10 +86,6 @@ class MainWindow(component.Component): self.main_builder.add_from_file(deluge.common.resource_filename( "deluge.ui.gtkui", os.path.join("glade", "main_window.new_release.ui")) ) - # The move storage dialog - self.main_builder.add_from_file(deluge.common.resource_filename( - "deluge.ui.gtkui", os.path.join("glade", "main_window.move_storage.ui")) - ) # The tabs self.main_builder.add_from_file(deluge.common.resource_filename( "deluge.ui.gtkui", os.path.join("glade", "main_window.tabs.ui"))