From 75d1102505d91a79a453d3a30a0d66b656e4b60c Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Sun, 17 Nov 2024 14:13:02 -0500
Subject: Remove unused prototypes

---
 src/state.h | 12 ------------
 1 file changed, 12 deletions(-)

(limited to 'src')

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
-- 
cgit v1.2.1