mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 08:56:22 +00:00
Removed prof_handle group functions
This commit is contained in:
@@ -117,22 +117,6 @@ prof_run(const int disable_tls, char *log_level, char *account_name)
|
||||
g_timer_destroy(timer);
|
||||
}
|
||||
|
||||
void
|
||||
prof_handle_already_in_group(const char * const contact,
|
||||
const char * const group)
|
||||
{
|
||||
ui_contact_already_in_group(contact, group);
|
||||
ui_current_page_off();
|
||||
}
|
||||
|
||||
void
|
||||
prof_handle_not_in_group(const char * const contact,
|
||||
const char * const group)
|
||||
{
|
||||
ui_contact_not_in_group(contact, group);
|
||||
ui_current_page_off();
|
||||
}
|
||||
|
||||
void
|
||||
prof_handle_roster_add(const char * const barejid, const char * const name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user