Module: wine Branch: master Commit: e907b06b874ddbee5d2e228f896f69b5cfeef3f7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e907b06b874ddbee5d2e228f89... Author: Andrew Talbot <Andrew.Talbot(a)talbotville.com> Date: Sat Jan 20 18:13:56 2007 +0000 dmime: Remove unused variable. --- dlls/dmime/performance.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/dlls/dmime/performance.c b/dlls/dmime/performance.c index c4c00dd..5ecf7d0 100644 --- a/dlls/dmime/performance.c +++ b/dlls/dmime/performance.c @@ -71,7 +71,6 @@ static DWORD WINAPI ProcessMsgThread(LPV 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(LPV timeOut = INFINITE; EnterCriticalSection(&This->safe); - rtLastTime = rtCurTime; hr = IDirectMusicPerformance8_GetTime((IDirectMusicPerformance8*) This, &rtCurTime, NULL); if (FAILED(hr)) { goto outrefresh;