diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-03-24 19:05:09 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-03-24 19:24:29 +0800 |
commit | a79cbb8de56de5a163340d31524f0f77bc35ac2a (patch) | |
tree | d21106a685ff51d7e21cd38df7436b09ed55b0c8 /src/empathy-accounts-dialog.h | |
parent | d47742d59d3635d1dc78cc298244baaeede9f67d (diff) | |
download | gsoc2013-empathy-a79cbb8de56de5a163340d31524f0f77bc35ac2a.tar gsoc2013-empathy-a79cbb8de56de5a163340d31524f0f77bc35ac2a.tar.gz gsoc2013-empathy-a79cbb8de56de5a163340d31524f0f77bc35ac2a.tar.bz2 gsoc2013-empathy-a79cbb8de56de5a163340d31524f0f77bc35ac2a.tar.lz gsoc2013-empathy-a79cbb8de56de5a163340d31524f0f77bc35ac2a.tar.xz gsoc2013-empathy-a79cbb8de56de5a163340d31524f0f77bc35ac2a.tar.zst gsoc2013-empathy-a79cbb8de56de5a163340d31524f0f77bc35ac2a.zip |
Automatically reap the empathy-accounts child process
Remove unrequired exit_cb code
Diffstat (limited to 'src/empathy-accounts-dialog.h')
-rw-r--r-- | src/empathy-accounts-dialog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/empathy-accounts-dialog.h b/src/empathy-accounts-dialog.h index f7442345c..5fe6f51f7 100644 --- a/src/empathy-accounts-dialog.h +++ b/src/empathy-accounts-dialog.h @@ -61,8 +61,6 @@ void empathy_account_dialog_cancel (EmpathyAccountsDialog *dialog); gboolean empathy_accounts_dialog_is_creating (EmpathyAccountsDialog *dialog); void empathy_accounts_dialog_show_application (GdkScreen *screen, - GChildWatchFunc application_exit_cb, - gpointer user_data, TpAccount *selected_account, gboolean if_needed, gboolean hidden); |