Remove some unused variables.

2008-04-14  Matthew Barnes  <mbarnes@redhat.com>

	* composer/e-composer-autosave.c (e_composer_autosave_unregister):
	Remove some unused variables.

	* widgets/misc/e-attachment-bar.c
	(e_attachment_bar_bonobo_ui_populate_with_recent):
	Fix a compiler warning.


svn path=/trunk/; revision=35365
This commit is contained in:
Matthew Barnes
2008-04-14 13:04:03 +00:00
committed by Matthew Barnes
parent 0a53b0ce0a
commit d6ca198aee
4 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2008-04-14 Matthew Barnes <mbarnes@redhat.com>
* e-composer-autosave.c (e_composer_autosave_unregister):
Remove some unused variables.
2008-04-11 Suman Manjunath <msuman@novell.com>
** Fix for bug #517134

View File

@ -234,8 +234,6 @@ e_composer_autosave_unregister (EMsgComposer *composer,
gboolean delete_file)
{
AutosaveState *state;
GtkWindow *parent;
gboolean delete_autosave_file = FALSE;
g_return_if_fail (E_IS_MSG_COMPOSER (composer));

View File

@ -1,3 +1,9 @@
2008-04-14 Matthew Barnes <mbarnes@redhat.com>
* e-attachment-bar.c
(e_attachment_bar_bonobo_ui_populate_with_recent):
Fix a compiler warning.
2008-04-11 Suman Manjunath <msuman@novell.com>
** Fix for bug #517134

View File

@ -1291,7 +1291,7 @@ e_attachment_bar_bonobo_ui_populate_with_recent (BonoboUIComponent *uic, const c
}
*d = '\0';
} else
display_name = info_dn;
display_name = (char *) info_dn;
/* Add menu item */
label = g_strdup (display_name);