[gdm: 1/7] gdm-host-chooser-dialog: Remove leftovers




commit a1bc2f2b6e020f64510fdd12406c118b64115580
Author: Alessandro Bono <alessandro bono369 gmail com>
Date:   Wed Aug 31 15:21:17 2022 +0200

    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

 chooser/gdm-host-chooser-dialog.h | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/chooser/gdm-host-chooser-dialog.h b/chooser/gdm-host-chooser-dialog.h
index 1c82ff1f3..41b717eff 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);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]