From e907b06b874ddbee5d2e228f896f69b5cfeef3f7 Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Sat, 20 Jan 2007 18:13:56 +0000 Subject: [PATCH] dmime: Remove unused variable. --- dlls/dmime/performance.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/dmime/performance.c b/dlls/dmime/performance.c index c4c00dd62f9..5ecf7d0f9c6 100644 --- a/dlls/dmime/performance.c +++ b/dlls/dmime/performance.c @@ -71,7 +71,6 @@ static DWORD WINAPI ProcessMsgThread(LPVOID lpParam) { DWORD timeOut = INFINITE; MSG msg; HRESULT hr; - REFERENCE_TIME rtLastTime; REFERENCE_TIME rtCurTime; DMUS_PMSGItem* it = NULL; DMUS_PMSGItem* cur = NULL; @@ -84,7 +83,6 @@ static DWORD WINAPI ProcessMsgThread(LPVOID lpParam) { timeOut = INFINITE; EnterCriticalSection(&This->safe); - rtLastTime = rtCurTime; hr = IDirectMusicPerformance8_GetTime((IDirectMusicPerformance8*) This, &rtCurTime, NULL); if (FAILED(hr)) { goto outrefresh;