From bf5888b86fbe8e70b6d56057711dfb681a84f65a Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Thu, 19 Apr 2012 10:43:10 -0400 Subject: [PATCH] * #9871: gnome: removed unused function declaration --- gnome/src/config/accountconfigdialog.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gnome/src/config/accountconfigdialog.h b/gnome/src/config/accountconfigdialog.h index 43cfe666e6..1b72a153cf 100644 --- a/gnome/src/config/accountconfigdialog.h +++ b/gnome/src/config/accountconfigdialog.h @@ -50,8 +50,4 @@ GtkWidget *show_account_window(const account_t *a); */ void update_account_from_dialog(GtkWidget *dialog, account_t *a); -/** - * Resets local cache of account pointers */ -void reset_account_store(); - #endif -- GitLab