Removed ui_ev_focus_win
This commit is contained in:
@@ -35,14 +35,6 @@
|
||||
#include "ui/ui.h"
|
||||
#include "window_list.h"
|
||||
|
||||
void
|
||||
ui_ev_focus_win(ProfWin *win)
|
||||
{
|
||||
if (!wins_is_current(win)) {
|
||||
ui_switch_win(win);
|
||||
}
|
||||
}
|
||||
|
||||
ProfChatWin*
|
||||
ui_ev_new_chat_win(const char *const barejid)
|
||||
{
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
#ifndef UI_EVENTS_H
|
||||
#define UI_EVENTS_H
|
||||
|
||||
void ui_ev_focus_win(ProfWin *win);
|
||||
ProfChatWin* ui_ev_new_chat_win(const char *const barejid);
|
||||
ProfPrivateWin* ui_ev_new_private_win(const char *const fulljid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user