diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/state.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/state.h b/src/state.h index 172b415..a2a1922 100644 --- a/src/state.h +++ b/src/state.h @@ -8,10 +8,7 @@ #include "types.h" #include "lilv/lilv.h" -#include "lv2/atom/atom.h" #include "lv2/state/state.h" -#include "lv2/urid/urid.h" -#include "serd/serd.h" // State and preset utilities JALV_BEGIN_DECLS @@ -43,21 +40,12 @@ jalv_save_preset(Jalv* jalv, void jalv_save(Jalv* jalv, const char* dir); -void -jalv_save_port_values(Jalv* jalv, SerdWriter* writer, const SerdNode* subject); - char* jalv_make_path(LV2_State_Make_Path_Handle handle, const char* path); void jalv_apply_state(Jalv* jalv, const LilvState* state); -char* -atom_to_turtle(LV2_URID_Unmap* unmap, - const SerdNode* subject, - const SerdNode* predicate, - const LV2_Atom* atom); - JALV_END_DECLS #endif // JALV_STATE_H |