about summary refs log tree commit diff stats
path: root/src/ui/tray.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-10-29 20:59:54 +0100
committerMichael Vetter <jubalh@iodoru.org>2019-10-29 20:59:54 +0100
commit81253cd2ca3685307f41e5f8dbcdff1b8db337a5 (patch)
tree889185847accc8a170c4789cb6cc94bfbd781515 /src/ui/tray.c
parenta14dccc53965122fd6617ec8ead2489b8e73b003 (diff)
downloadprofani-tty-81253cd2ca3685307f41e5f8dbcdff1b8db337a5.tar.gz
Remove comments
Diffstat (limited to 'src/ui/tray.c')
-rw-r--r--src/ui/tray.c6
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