From 3274db2c95d3b1f6d10f77dd4327588854676ddb Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Thu, 31 May 2001 23:03:53 +0000 Subject: [PATCH] Misc code cleanup --- zsnes/src/win/winlink.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zsnes/src/win/winlink.cpp b/zsnes/src/win/winlink.cpp index f94eaa76..6cdc6794 100644 --- a/zsnes/src/win/winlink.cpp +++ b/zsnes/src/win/winlink.cpp @@ -327,7 +327,6 @@ DWORD PrevSoundQuality; void ExitFunction() { - // seems that WM_CLOSE and WM_DESTROY are never called, so cleanup goes here ReleaseDirectInput(); ReleaseDirectSound(); ReleaseDirectDraw();