diff options
Diffstat (limited to 'tests/check-helpers.h')
-rw-r--r-- | tests/check-helpers.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/check-helpers.h b/tests/check-helpers.h index 4e91b3124..3e0783811 100644 --- a/tests/check-helpers.h +++ b/tests/check-helpers.h @@ -41,10 +41,4 @@ G_STMT_START { \ expect_critical (FALSE); \ } G_STMT_END; -gchar * get_xml_file (const gchar *filename); -gchar * get_user_xml_file (const gchar *filename); -void copy_xml_file (const gchar *orig, const gchar *dest); -void remove_account_from_gconf (McAccount *account); - - #endif /* #ifndef __CHECK_HELPERS_H__ */ |