aboutsummaryrefslogtreecommitdiffstats
path: root/src/song_save.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/song_save.h')
-rw-r--r--src/song_save.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/song_save.h b/src/song_save.h
index 1aaa7642c..f6ecbbfeb 100644
--- a/src/song_save.h
+++ b/src/song_save.h
@@ -27,15 +27,11 @@
#define SONG_BEGIN "song_begin: "
struct song;
-struct songvec;
struct directory;
void
song_save(FILE *fp, const struct song *song);
-void
-songvec_save(FILE *fp, const struct songvec *sv);
-
/**
* Loads a song from the input file. Reading stops after the
* "song_end" line.