Remove never triggered SoundPlay().

SVN revision: 44593
This commit is contained in:
Kim Woelders 2009-12-20 07:29:48 +00:00
parent 3ada835783
commit 800e0e4ec3
1 changed files with 0 additions and 2 deletions

View File

@ -1457,8 +1457,6 @@ PagerHandleMouseUp(Pager * p, int px, int py, int button)
if (!in_pager)
return;
DeskGoto(p->dsk);
if (p->dsk != DesksGetCurrent())
SoundPlay(SOUND_DESKTOP_SHUT);
DeskCurrentGotoArea(px / p->dw, py / p->dh);
return;
}