Remove not needed functions after open phase.

This commit is contained in:
Jaroslav Kysela 2004-01-19 19:51:59 +00:00
parent 830a449cee
commit 6c3f250896
3 changed files with 6 additions and 1 deletions

View file

@ -23,3 +23,7 @@
(setq r (if (null r) cardname r))
(unsetq r)
)
(defun snd_card_alias_unset ()
(unsetq snd_card_aliases_array snd_card_alias)
)

View file

@ -108,6 +108,7 @@
(defun sndo_mixer_close nil
(sndo_mixer_close1 (nth 1 hctls) "c")
(sndo_mixer_close1 (nth 0 hctls) "p")
(snd_card_alias_unset)
(unsetq hctls)
)