diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-16 19:45:22 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-17 00:43:30 +0800 |
commit | db8942598423d5dd11ea28cdfb4b2935f1e2a374 (patch) | |
tree | 317c4baf1c3cd82ae4ec786b60f2cd3dc3d802a2 /src/empathy-accounts-common.h | |
parent | 1dc8418d9480d3545151b443b2d43b1861a9d832 (diff) | |
download | gsoc2013-empathy-db8942598423d5dd11ea28cdfb4b2935f1e2a374.tar gsoc2013-empathy-db8942598423d5dd11ea28cdfb4b2935f1e2a374.tar.gz gsoc2013-empathy-db8942598423d5dd11ea28cdfb4b2935f1e2a374.tar.bz2 gsoc2013-empathy-db8942598423d5dd11ea28cdfb4b2935f1e2a374.tar.lz gsoc2013-empathy-db8942598423d5dd11ea28cdfb4b2935f1e2a374.tar.xz gsoc2013-empathy-db8942598423d5dd11ea28cdfb4b2935f1e2a374.tar.zst gsoc2013-empathy-db8942598423d5dd11ea28cdfb4b2935f1e2a374.zip |
empathy-accounts: remove --assistant option
It was only used when hacking on the accounts assistant which is going away.
https://bugzilla.gnome.org/show_bug.cgi?id=652669
Diffstat (limited to 'src/empathy-accounts-common.h')
-rw-r--r-- | src/empathy-accounts-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/empathy-accounts-common.h b/src/empathy-accounts-common.h index f9294fbd2..39d094d22 100644 --- a/src/empathy-accounts-common.h +++ b/src/empathy-accounts-common.h @@ -28,7 +28,6 @@ gboolean empathy_accounts_has_accounts (TpAccountManager *manager); void empathy_accounts_show_accounts_ui (TpAccountManager *manager, TpAccount *account, - gboolean assistant, GApplication *app); #endif /* __EMPATHY_ACCOUNTS_COMMON_H__ */ |