aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina/types.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-04-05 17:06:53 +0000
committerDavid Robillard <d@drobilla.net>2007-04-05 17:06:53 +0000
commit4541e87aa843dd97c542f7c66fcbc0a16ffbcee5 (patch)
treeb78b2bc374e62401df6e6e5d3d250d1845053ec4 /src/engine/machina/types.hpp
parent0123cdeacc9acc7ca16fa8b0a9dee7a5d916b7df (diff)
downloadmachina-4541e87aa843dd97c542f7c66fcbc0a16ffbcee5.tar.gz
machina-4541e87aa843dd97c542f7c66fcbc0a16ffbcee5.tar.bz2
machina-4541e87aa843dd97c542f7c66fcbc0a16ffbcee5.zip
Code cleanups.
git-svn-id: http://svn.drobilla.net/lad/machina@399 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/machina/types.hpp')
-rw-r--r--src/engine/machina/types.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/engine/machina/types.hpp b/src/engine/machina/types.hpp
index 70eae7d..6e661ef 100644
--- a/src/engine/machina/types.hpp
+++ b/src/engine/machina/types.hpp
@@ -18,14 +18,8 @@
#ifndef MACHINA_TYPES_HPP
#define MACHINA_TYPES_HPP
-#include <jack/types.h>
-
namespace Machina {
-
-//typedef jack_nframes_t FrameCount;
-//typedef jack_nframes_t Timestamp;
-
typedef unsigned char byte;
} // namespace Machina