summaryrefslogtreecommitdiff
path: root/src/datatypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datatypes.h')
-rw-r--r--src/datatypes.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/datatypes.h b/src/datatypes.h
index 820272e..063bf54 100644
--- a/src/datatypes.h
+++ b/src/datatypes.h
@@ -36,10 +36,4 @@
#include <glib.h>
-struct buffer_struct {
- uint32_t length_;
- uint8_t* buf_;
-};
-typedef struct buffer_struct buffer_t;
-
#endif