vserver 1.9.5.x5
[linux-2.6.git] / sound / synth / emux / soundfont.c
index 1616202..901a7db 100644 (file)
@@ -1460,11 +1460,3 @@ snd_soundfont_remove_unlocked(snd_sf_list_t *sflist)
        return 0;
 }
 
-/*
- * Return the used memory size (in words)
- */
-int
-snd_soundfont_mem_used(snd_sf_list_t *sflist)
-{
-       return sflist->mem_used;
-}