diff options
author | David Robillard <d@drobilla.net> | 2010-02-02 01:54:43 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-02-02 01:54:43 +0000 |
commit | 53648252376649bca9868aec48ad4a290e3ae073 (patch) | |
tree | d382432322b0feab10d26cbe02e00edf95f987cb /raul | |
parent | dbdabee57ff402b0b9d25468d6f57ebe2cc5b776 (diff) | |
download | raul-53648252376649bca9868aec48ad4a290e3ae073.tar.gz raul-53648252376649bca9868aec48ad4a290e3ae073.tar.bz2 raul-53648252376649bca9868aec48ad4a290e3ae073.zip |
Remove CUC macro definition from Atom.hpp.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2407 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul')
-rw-r--r-- | raul/Atom.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/raul/Atom.hpp b/raul/Atom.hpp index 8fbdaa0..5091453 100644 --- a/raul/Atom.hpp +++ b/raul/Atom.hpp @@ -25,8 +25,6 @@ #include <string> #include <ostream> -#define CUC(x) ((const unsigned char*)(x)) - namespace Raul { |