aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
authorTimo Wischer <twischer@de.adit-jv.com>2017-10-24 09:40:33 +0200
committerDavid Robillard <d@drobilla.net>2018-08-01 19:01:05 +0200
commit5cd2900d4d0fbfa4d8fd6c8bcdbe9f8ef8cb6b92 (patch)
tree58e20c3013008cac07e3672a93668eaab01fd523 /src/jalv_internal.h
parentb7b3046ba11c7904c563f320d0db807a7c7662e6 (diff)
downloadjalv-5cd2900d4d0fbfa4d8fd6c8bcdbe9f8ef8cb6b92.tar.gz
jalv-5cd2900d4d0fbfa4d8fd6c8bcdbe9f8ef8cb6b92.tar.bz2
jalv-5cd2900d4d0fbfa4d8fd6c8bcdbe9f8ef8cb6b92.zip
Remove unused control value variable
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r--src/jalv_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h
index b1de82f..7fa3970 100644
--- a/src/jalv_internal.h
+++ b/src/jalv_internal.h
@@ -117,7 +117,6 @@ typedef struct {
size_t n_points; ///< Number of scale points
ScalePoint* points; ///< Scale points
LV2_URID value_type; ///< Type of control value
- LV2_Atom value; ///< Current value
LilvNode* min; ///< Minimum value
LilvNode* max; ///< Maximum value
LilvNode* def; ///< Default value