diff options
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk.h')
-rw-r--r-- | src/conversation/gnunet-conversation-gtk.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/src/conversation/gnunet-conversation-gtk.h b/src/conversation/gnunet-conversation-gtk.h index 98a29900..8e75a8ae 100644 --- a/src/conversation/gnunet-conversation-gtk.h +++ b/src/conversation/gnunet-conversation-gtk.h | |||
@@ -270,40 +270,6 @@ struct GNUNET_CRYPTO_EcdsaPublicKey pubkey; | |||
270 | 270 | ||
271 | 271 | ||
272 | 272 | ||
273 | /** | ||
274 | * gui stuff | ||
275 | */ | ||
276 | |||
277 | /* | ||
278 | void update_state(); | ||
279 | void update_status (const gchar *message); | ||
280 | void set_button_text (const char *button_name, const char *label); | ||
281 | void disable_button (const char *button_name); | ||
282 | void enable_button (const char *button_name); | ||
283 | void show_infobar ( ); | ||
284 | void hide_infobar ( ); | ||
285 | void set_infobar_text (const gchar *text); | ||
286 | void log_message (const char *message); | ||
287 | void GNUNET_CONVERSATION_GTK_on_call_clicked (); | ||
288 | void GNUNET_CONVERSATION_GTK_on_hangup_clicked (); | ||
289 | void GNUNET_CONVERSATION_GTK_on_accept_clicked (); | ||
290 | void GNUNET_CONVERSATION_GTK_on_reject_clicked (); | ||
291 | void GNUNET_CONVERSATION_GTK_on_pause_clicked (); | ||
292 | void GNUNET_CONVERSATION_GTK_on_resume_clicked (); | ||
293 | void GNUNET_CONVERSATION_GTK_on_status_clicked (); | ||
294 | */ | ||
295 | /** | ||
296 | * phone stuff | ||
297 | */ | ||
298 | /* | ||
299 | static void do_call (const char *); | ||
300 | static void do_accept (const char *); | ||
301 | static void do_status (const char *); | ||
302 | static void do_suspend (const char *); | ||
303 | static void do_resume (const char *); | ||
304 | static void do_reject (const char *); | ||
305 | */ | ||
306 | |||
307 | /* | 273 | /* |
308 | * List iterator for the 'list' operation. | 274 | * List iterator for the 'list' operation. |
309 | */ | 275 | */ |