From f21f8e9197d414d069754b06ef2f2aad5270ed10 Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 13 Jan 2016 16:07:32 +0300 Subject: about-me: remove unused variables and functions --- capplets/about-me/mate-about-me-password.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'capplets/about-me/mate-about-me-password.c') diff --git a/capplets/about-me/mate-about-me-password.c b/capplets/about-me/mate-about-me-password.c index 0b8e7cd3..e34c8662 100644 --- a/capplets/about-me/mate-about-me-password.c +++ b/capplets/about-me/mate-about-me-password.c @@ -428,7 +428,6 @@ io_watch_stdout (GIOChannel *source, GIOCondition condition, PasswordDialog *pdi GError *error = NULL; gchar *msg = NULL; /* Status error message */ - GtkBuilder *dialog = NULL; gboolean reinit = FALSE; @@ -437,8 +436,6 @@ io_watch_stdout (GIOChannel *source, GIOCondition condition, PasswordDialog *pdi str = g_string_new (""); } - dialog = pdialog->ui; - if (g_io_channel_read_chars (source, buf, BUFSIZE, &bytes_read, &error) != G_IO_STATUS_NORMAL) { g_warning ("IO Channel read error: %s", error->message); g_error_free (error); @@ -873,12 +870,9 @@ passdlg_authenticate (GtkButton *button, PasswordDialog *pdialog) static guint passdlg_validate_passwords (PasswordDialog *pdialog) { - GtkBuilder *dialog = NULL; const gchar *new_password, *retyped_password; glong nlen, rlen; - dialog = pdialog->ui; - new_password = gtk_entry_get_text (pdialog->new_password); retyped_password = gtk_entry_get_text (pdialog->retyped_password); -- cgit v1.2.1