aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-17 14:13:02 -0500
committerDavid Robillard <d@drobilla.net>2024-11-24 19:05:43 -0500
commit75d1102505d91a79a453d3a30a0d66b656e4b60c (patch)
treeecaa39b3683e231798b547b5f7301abc4d7bd86e /src
parent70219375f00c65757324dcee4efaccc5e5006449 (diff)
downloadjalv-75d1102505d91a79a453d3a30a0d66b656e4b60c.tar.gz
jalv-75d1102505d91a79a453d3a30a0d66b656e4b60c.tar.bz2
jalv-75d1102505d91a79a453d3a30a0d66b656e4b60c.zip
Remove unused prototypes
Diffstat (limited to 'src')
-rw-r--r--src/state.h12
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