1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Remove comments

This commit is contained in:
Michael Vetter 2019-10-29 20:59:54 +01:00
parent a14dccc539
commit 81253cd2ca

View File

@ -54,8 +54,6 @@ static gint unread_messages;
static gboolean shutting_down;
static guint timer;
/* {{{ Privates */
/*
* Get icons from installation share folder or (if defined) .locale user's folder
*
@ -153,9 +151,6 @@ _tray_change_icon(gpointer data)
return TRUE;
}
/* }}} */
/* {{{ Public */
void
tray_init(void)
{
@ -222,5 +217,4 @@ tray_disable(void)
}
}
/* }}} */
#endif