summaryrefslogtreecommitdiffstats
path: root/common/entitybuffer.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/entitybuffer.fbs')
-rw-r--r--common/entitybuffer.fbs9
1 files changed, 0 insertions, 9 deletions
diff --git a/common/entitybuffer.fbs b/common/entitybuffer.fbs
deleted file mode 100644
index 28c9b2a..0000000
--- a/common/entitybuffer.fbs
+++ /dev/null
@@ -1,9 +0,0 @@
1namespace Akonadi2;
2
3table EntityBuffer {
4 metadata: [ubyte];
5 resource: [ubyte];
6 local: [ubyte];
7}
8
9root_type EntityBuffer;