mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
cdc906c887
commit
cafd290508
@ -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;
|
||||
|
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user