Unused variable removal.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15775 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Joshua Sled 2007-04-02 22:11:52 +00:00
parent cdc906c887
commit cafd290508
2 changed files with 0 additions and 2 deletions

View File

@ -569,7 +569,6 @@ gnc_prefs_font_button_user_cb (GtkFontButton *fb,
gpointer user_data)
{
const gchar *key, *font;
time_t time;
g_return_if_fail(GTK_IS_FONT_BUTTON(fb));
key = gtk_widget_get_name(GTK_WIDGET(fb)) + PREFIX_LEN;

View File

@ -791,7 +791,6 @@ void
gnc_plugin_page_set_page_long_name (GncPluginPage *page, const gchar *name)
{
GncPluginPagePrivate *priv;
GncPluginPageClass *klass;
g_return_if_fail (GNC_IS_PLUGIN_PAGE (page));