diff options
-rw-r--r-- | src/pdm-dialog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pdm-dialog.c b/src/pdm-dialog.c index ebc5edc36..fddf21f66 100644 --- a/src/pdm-dialog.c +++ b/src/pdm-dialog.c @@ -561,7 +561,6 @@ pdm_cmd_delete_selection (PdmActionInfo *action) gtk_list_store_remove (GTK_LIST_STORE (model), &iter); } - gtk_list_store_remove (GTK_LIST_STORE (model), &iter); gtk_tree_row_reference_free ((GtkTreeRowReference *)r->data); gtk_tree_path_free (path); } |