Commit e907b06b authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

dmime: Remove unused variable.

parent fb0fbe3e
...@@ -71,7 +71,6 @@ static DWORD WINAPI ProcessMsgThread(LPVOID lpParam) { ...@@ -71,7 +71,6 @@ static DWORD WINAPI ProcessMsgThread(LPVOID lpParam) {
DWORD timeOut = INFINITE; DWORD timeOut = INFINITE;
MSG msg; MSG msg;
HRESULT hr; HRESULT hr;
REFERENCE_TIME rtLastTime;
REFERENCE_TIME rtCurTime; REFERENCE_TIME rtCurTime;
DMUS_PMSGItem* it = NULL; DMUS_PMSGItem* it = NULL;
DMUS_PMSGItem* cur = NULL; DMUS_PMSGItem* cur = NULL;
...@@ -84,7 +83,6 @@ static DWORD WINAPI ProcessMsgThread(LPVOID lpParam) { ...@@ -84,7 +83,6 @@ static DWORD WINAPI ProcessMsgThread(LPVOID lpParam) {
timeOut = INFINITE; timeOut = INFINITE;
EnterCriticalSection(&This->safe); EnterCriticalSection(&This->safe);
rtLastTime = rtCurTime;
hr = IDirectMusicPerformance8_GetTime((IDirectMusicPerformance8*) This, &rtCurTime, NULL); hr = IDirectMusicPerformance8_GetTime((IDirectMusicPerformance8*) This, &rtCurTime, NULL);
if (FAILED(hr)) { if (FAILED(hr)) {
goto outrefresh; goto outrefresh;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment