diff options
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r-- | src/jalv_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h index 77f9993..db9ec68 100644 --- a/src/jalv_internal.h +++ b/src/jalv_internal.h @@ -116,7 +116,6 @@ struct JalvImpl { bool rolling; ///< Transport speed (0=stop, 1=play) bool buf_size_set; ///< True iff buffer size callback fired bool has_ui; ///< True iff a control UI is present - bool request_update; ///< True iff a plugin update is needed bool safe_restore; ///< Plugin restore() is thread-safe JalvFeatures features; const LV2_Feature** feature_list; |