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)
)