diff options
author | xengineering <me@xengineering.eu> | 2022-10-07 19:53:04 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-10-07 19:53:04 +0200 |
commit | 5154cdd51ddb4beed58f0082b5792516343966ed (patch) | |
tree | 43c0a55efab869247948084c0ee0795bf2201c37 | |
parent | c469928eaca8497e5c0c169fe4d885d127d8a4d6 (diff) | |
download | limox-5154cdd51ddb4beed58f0082b5792516343966ed.tar limox-5154cdd51ddb4beed58f0082b5792516343966ed.tar.zst limox-5154cdd51ddb4beed58f0082b5792516343966ed.zip |
Remove unnecessary function prototypes from gui.h
-rw-r--r-- | gui.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -6,8 +6,6 @@ void gui_run(void); void gui_connected(char* jid, char* password); void gui_disconnected(void); -void gui_suspended(void); -void gui_resumed(void); void gui_add_roster_item_widget(roster_item_t* item); void gui_add_chat_widget(chat_t* chat); void gui_add_message_widget(message_t* message, chat_t* chat); |