summaryrefslogtreecommitdiffstats
path: root/src/kiro-sb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kiro-sb.c')
-rw-r--r--src/kiro-sb.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/kiro-sb.c b/src/kiro-sb.c
index f6e9e6f..e5a6769 100644
--- a/src/kiro-sb.c
+++ b/src/kiro-sb.c
@@ -16,18 +16,7 @@
Franklin St, Fifth Floor, Boston, MA 02110, USA
*/
-/**
- * SECTION: kiro-sb
- * @Short_description: KIRO 'Synchronizing Buffer'
- * @Title: KiroSb
- *
- * KiroSb implements a 'Synchronizing Buffer' that automatically keeps the local
- * memory content up to date by mirroring the remote SyncBuffers memory content
- * automatically without any required user interaction
- */
-
#include <stdio.h>
-
#include <stdlib.h>
#include <string.h>
#include <glib.h>