diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/tray.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ui/tray.c b/src/ui/tray.c index 4cdc2d2a..a1337c2a 100644 --- a/src/ui/tray.c +++ b/src/ui/tray.c @@ -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 |