summaryrefslogtreecommitdiff
path: root/chooser
diff options
context:
space:
mode:
authorAlessandro Bono <alessandro.bono369@gmail.com>2022-08-31 15:21:17 +0200
committerRay Strode <halfline@gmail.com>2022-09-08 18:40:42 +0000
commita1bc2f2b6e020f64510fdd12406c118b64115580 (patch)
tree88bb09c1e5b5b34da131efbdebaeced6123b487a /chooser
parent5819f774e69bab4c0dad847ced41fbbcbbd99b1b (diff)
downloadgdm-a1bc2f2b6e020f64510fdd12406c118b64115580.tar.gz
gdm-host-chooser-dialog: Remove leftovers
This function doesn't exist. We have _gdm_host_chooser_dialog_set_kind_mask which is not public. Fixes: c6e462b746695efdd4d60fd55db517ad2db4a8ce
Diffstat (limited to 'chooser')
-rw-r--r--chooser/gdm-host-chooser-dialog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chooser/gdm-host-chooser-dialog.h b/chooser/gdm-host-chooser-dialog.h
index 1c82ff1f..41b717ef 100644
--- a/chooser/gdm-host-chooser-dialog.h
+++ b/chooser/gdm-host-chooser-dialog.h
@@ -31,8 +31,6 @@ G_BEGIN_DECLS
G_DECLARE_FINAL_TYPE (GdmHostChooserDialog, gdm_host_chooser_dialog, GDM, HOST_CHOOSER_DIALOG, GtkDialog)
GtkWidget * gdm_host_chooser_dialog_new (int kind_mask);
-void gdm_host_chooser_dialog_set_kind_mask (GdmHostChooserDialog *dialog,
- int kind_mask);
GdmChooserHost * gdm_host_chooser_dialog_get_host (GdmHostChooserDialog *dialog);