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:
parent
a14dccc539
commit
81253cd2ca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user