From 643353e7d3351a14669083478f984c1d91f43d36 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Feb 2013 18:36:21 +0000 Subject: Remove unused fields. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@5074 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Atom.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/raul/Atom.hpp b/raul/Atom.hpp index 851ccf5..678871a 100644 --- a/raul/Atom.hpp +++ b/raul/Atom.hpp @@ -156,10 +156,8 @@ private: TypeID _type; union { - int32_t _int; - float _float; - int32_t _bool; - void* _blob; + intptr_t _val; + void* _blob; } _val; }; -- cgit v1.2.1