aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina/types.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-13 01:05:24 +0000
committerDavid Robillard <d@drobilla.net>2013-01-13 01:05:24 +0000
commit8941b58c8737d948f4c925955506da666ceb60ed (patch)
treea22d873e5d8a5033c4a9a09310a34e8ff1d3530c /src/engine/machina/types.hpp
parent301b5e158ea31a7d2918c5d257e114a9b92745ed (diff)
downloadmachina-8941b58c8737d948f4c925955506da666ceb60ed.tar.gz
machina-8941b58c8737d948f4c925955506da666ceb60ed.tar.bz2
machina-8941b58c8737d948f4c925955506da666ceb60ed.zip
Remove pointless typedef.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4944 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/machina/types.hpp')
-rw-r--r--src/engine/machina/types.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/machina/types.hpp b/src/engine/machina/types.hpp
index d71e144..23d5f1c 100644
--- a/src/engine/machina/types.hpp
+++ b/src/engine/machina/types.hpp
@@ -26,8 +26,6 @@ namespace Machina {
typedef unsigned char byte;
-typedef Raul::RingBuffer UpdateBuffer;
-
typedef uint32_t URIInt;
template <class T>