[gnome-initial-setup] password: Remove unused function



commit 66ee9f08e8872cc52392be801de75abec1604dbe
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Apr 30 13:00:19 2014 -0400

    password: Remove unused function
    
    It seems that when this was copied to the password/ directory, we lost
    some enterprise work. We'll have to add this back later, but for now
    just clean up the unused stuff.

 .../pages/password/gis-password-page.c             |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/gnome-initial-setup/pages/password/gis-password-page.c 
b/gnome-initial-setup/pages/password/gis-password-page.c
index 8b683d1..48235f4 100644
--- a/gnome-initial-setup/pages/password/gis-password-page.c
+++ b/gnome-initial-setup/pages/password/gis-password-page.c
@@ -50,15 +50,6 @@ typedef struct _GisPasswordPagePrivate GisPasswordPagePrivate;
 
 G_DEFINE_TYPE_WITH_PRIVATE (GisPasswordPage, gis_password_page, GIS_TYPE_PAGE);
 
-static void
-enterprise_apply_complete (GisPage  *dummy,
-                           gboolean  valid,
-                           gpointer  user_data)
-{
-  GisPasswordPage *page = GIS_PASSWORD_PAGE (user_data);
-  gis_page_apply_complete (GIS_PAGE (page), valid);
-}
-
 static gboolean
 page_validate (GisPasswordPage *page)
 {


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