]> gitweb.hhaalo.de Git - discspan.git/commitdiff
remove free method in header
authorBastian Dehn <hhaalo@arcor.de>
Sun, 31 Aug 2025 10:32:25 +0000 (12:32 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 31 Aug 2025 10:32:25 +0000 (12:32 +0200)
libs/spandisc/src/splitter.h

index 9742c4d476d9ab23a7ab805b3fd1072cdd85defd..2b803ad0f6ab3624ad3ee5dd9c3ce384ab5575d7 100644 (file)
@@ -5,9 +5,6 @@
 extern "C" {
 #endif
 
-void free_medium(medium_t *medium);
-void free_collection(collection_t *col);
-
 medium_t* splitter(medium_t *srcdata);
 medium_t* ignore(medium_t *srcdata);
 void split_all(medium_t *srcdata, collection_t* col);