about summary refs log tree commit diff stats
path: root/src/event/ui_events.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-10-27 20:40:42 +0000
committerJames Booth <boothj5@gmail.com>2015-10-27 20:40:42 +0000
commit8087053f496ae2bb8c68e56bdcf3dd1eaf8c2827 (patch)
tree069c9968e1af1452093b68b4964ae9e839bfcec5 /src/event/ui_events.h
parent795360f446ee11b9d8d4426a06f7f85c05ff383b (diff)
downloadprofani-tty-8087053f496ae2bb8c68e56bdcf3dd1eaf8c2827.tar.gz
Removed ui_ev_focus_win
Diffstat (limited to 'src/event/ui_events.h')
-rw-r--r--src/event/ui_events.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/event/ui_events.h b/src/event/ui_events.h
index 279d1e2a..b42c6f01 100644
--- a/src/event/ui_events.h
+++ b/src/event/ui_events.h
@@ -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);