summaryrefslogtreecommitdiff
path: root/src/datatypes.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-09-24 22:57:06 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-09-24 22:57:06 +0200
commit1a33991574062e711fd73a747920a348c4fd8a81 (patch)
tree6ebf93ae3974fa442daed0b56f4419baae32652d /src/datatypes.h
parentmoved gstreamer utility functions to seperate file (diff)
removed useless parse hex string
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 4bcc175..6481eb8 100644
--- a/src/datatypes.h
+++ b/src/datatypes.h
@@ -38,10 +38,4 @@
#include <stdint.h>
-struct buffer_struct {
- uint32_t length_;
- uint8_t* buf_;
-};
-typedef struct buffer_struct buffer_t;
-
#endif