summaryrefslogtreecommitdiff
path: root/src/polkitmateauthenticationdialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polkitmateauthenticationdialog.c')
-rw-r--r--src/polkitmateauthenticationdialog.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/polkitmateauthenticationdialog.c b/src/polkitmateauthenticationdialog.c
index 5d96bf0..13123f2 100644
--- a/src/polkitmateauthenticationdialog.c
+++ b/src/polkitmateauthenticationdialog.c
@@ -277,7 +277,6 @@ create_user_combobox (PolkitMateAuthenticationDialog *dialog)
USERNAME_COL, NULL,
-1);
-
/* For each user */
for (i = 0, n = 0; dialog->priv->users[n] != NULL; n++)
{
@@ -410,7 +409,6 @@ get_image (PolkitMateAuthenticationDialog *dialog)
goto out;
}
-
pixbuf = gtk_icon_theme_load_icon (gtk_icon_theme_get_default (),
"dialog-password",
48,
@@ -942,7 +940,6 @@ polkit_mate_authentication_dialog_class_init (PolkitMateAuthenticationDialogClas
G_PARAM_STATIC_NICK |
G_PARAM_STATIC_BLURB));
-
g_object_class_install_property (gobject_class,
PROP_MESSAGE,
g_param_spec_string ("message",
@@ -1184,7 +1181,6 @@ polkit_mate_authentication_dialog_set_info_message (PolkitMateAuthenticationDial
gtk_label_set_markup (GTK_LABEL (dialog->priv->info_label), info_markup);
}
-
/**
* polkit_mate_authentication_dialog_cancel:
* @dialog: A #PolkitMateAuthenticationDialog.