From 9b81da4a70431e104dbcf7b40c8f14d61faa5a6c Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Mon, 30 Jul 2007 05:13:42 +0000 Subject: Fix some strict aliasing warnings. Patch by Cosimo Cecchi. Bug #433173. 2007-07-30 Diego Escalante Urrelo * lib/ephy-password-dialog.c: Fix some strict aliasing warnings. Patch by Cosimo Cecchi. Bug #433173. svn path=/trunk/; revision=7213 --- lib/ephy-password-dialog.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib') diff --git a/lib/ephy-password-dialog.c b/lib/ephy-password-dialog.c index ee5561ff6..72d6f7e22 100644 --- a/lib/ephy-password-dialog.c +++ b/lib/ephy-password-dialog.c @@ -732,9 +732,3 @@ ephy_password_dialog_get_new_password (EphyPasswordDialog *dialog) return gtk_entry_get_text (GTK_ENTRY (priv->entry[NEW_PASSWORD_ENTRY])); } -void -ephy_password_dialog_fill (EphyPasswordDialog *dialog, - GList *attributes_list) -{ - -} -- cgit