summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-10-07 19:53:04 +0200
committerxengineering <me@xengineering.eu>2022-10-07 19:53:04 +0200
commit5154cdd51ddb4beed58f0082b5792516343966ed (patch)
tree43c0a55efab869247948084c0ee0795bf2201c37
parentc469928eaca8497e5c0c169fe4d885d127d8a4d6 (diff)
downloadlimox-5154cdd51ddb4beed58f0082b5792516343966ed.tar
limox-5154cdd51ddb4beed58f0082b5792516343966ed.tar.zst
limox-5154cdd51ddb4beed58f0082b5792516343966ed.zip
Remove unnecessary function prototypes from gui.h
-rw-r--r--gui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui.h b/gui.h
index d9f19a1..d4a91f4 100644
--- a/gui.h
+++ b/gui.h
@@ -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);