aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-20 18:14:11 +0000
committerDavid Robillard <d@drobilla.net>2011-12-20 18:14:11 +0000
commit1d623932c5c465daa18dce2ce54f8e3b676f7a24 (patch)
tree2133d268eea9351943151e5fbc48bde7f0749b7c /src/jalv_internal.h
parent979147e592fa1b1c57bbfdac5b743ac8e96186cf (diff)
downloadjalv-1d623932c5c465daa18dce2ce54f8e3b676f7a24.tar.gz
jalv-1d623932c5c465daa18dce2ce54f8e3b676f7a24.tar.bz2
jalv-1d623932c5c465daa18dce2ce54f8e3b676f7a24.zip
Localize more stuff to state.c.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3892 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r--src/jalv_internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h
index 8c62d9a..e6630e4 100644
--- a/src/jalv_internal.h
+++ b/src/jalv_internal.h
@@ -90,11 +90,7 @@ typedef struct {
LilvWorld* world; /**< Lilv World */
int ui_width; /**< Requested UI width */
int ui_height; /**< Requested UI height */
- SerdReader* reader; /**< RDF reader (for state) */
- SerdWriter* writer; /**< RDF writer (for state) */
struct Property* props; /**< Restored state properties */
- SerdNode state_node; /**< Instance state node (for state) */
- SerdNode last_sym; /**< Last port symbol found in state */
LV2_URID_Map map;
LV2_URID_Unmap unmap;
Symap* symap; /**< Symbol (URI) map */
@@ -126,7 +122,6 @@ typedef struct {
LilvNode* optional; /**< lv2:connectionOptional port property */
uint32_t midi_event_id; /**< MIDI event class ID */
uint32_t atom_prot_id; /**< Atom protocol ID */
- bool in_state; /**< True iff reading instance state */
bool buf_size_set; /**< True iff Jack buf size callback fired */
} Jalv;