summaryrefslogtreecommitdiff
path: root/src/trg-destination-combo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-destination-combo.c')
-rw-r--r--src/trg-destination-combo.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/trg-destination-combo.c b/src/trg-destination-combo.c
index e30b747..11f5085 100644
--- a/src/trg-destination-combo.c
+++ b/src/trg-destination-combo.c
@@ -119,19 +119,6 @@ void trg_destination_combo_save_selection(TrgDestinationCombo *combo_box)
}
}
-/*static void trg_destination_combo_entry_changed(GtkEntry *entry,
- gpointer user_data) {
- GtkComboBox *combo = GTK_COMBO_BOX(user_data);
- GtkTreeIter iter;
-
- if (gtk_combo_box_get_active_iter(combo, &iter)) {
- GtkTreeModel *model = gtk_combo_box_get_model(combo);
- const gchar *text = gtk_entry_get_text(entry);
- gtk_list_store_set(GTK_LIST_STORE(model), &iter, DEST_COLUMN_DIR, text,
- DEST_COLUMN_LABEL, text, -1);
- }
- }*/
-
static void gtk_combo_box_entry_active_changed(GtkComboBox *combo_box,
gpointer user_data) {
GtkTreeModel *model;