removed unused variable (thanks Borland)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -894,7 +894,6 @@ void wxActiveXContainer::CreateActiveX(REFIID iid, IUnknown* pUnk)
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
// check if default event sink
|
// check if default event sink
|
||||||
bool defInterface = false;
|
|
||||||
bool defEventSink = false;
|
bool defEventSink = false;
|
||||||
int impTypeFlags = 0;
|
int impTypeFlags = 0;
|
||||||
typeInfo->GetImplTypeFlags(i, &impTypeFlags);
|
typeInfo->GetImplTypeFlags(i, &impTypeFlags);
|
||||||
@@ -912,11 +911,6 @@ void wxActiveXContainer::CreateActiveX(REFIID iid, IUnknown* pUnk)
|
|||||||
wxFAIL_MSG(wxT("Default event sink is in vtable!"));
|
wxFAIL_MSG(wxT("Default event sink is in vtable!"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
// WXOLE_TRACEOUT("Default Interface");
|
|
||||||
defInterface = true;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user