mirror of
https://github.com/reactos/wine.git
synced 2025-01-31 17:23:53 +00:00
taskmgr: Remove unused variable and if check (Coverity).
This commit is contained in:
parent
f0763b91ab
commit
56e76849b8
@ -127,15 +127,11 @@ TGraphCtrl::~TGraphCtrl()
|
||||
|
||||
BOOL GraphCtrl_Create(TGraphCtrl* this, HWND hWnd, HWND hParentWnd, UINT nID)
|
||||
{
|
||||
BOOL result = 0;
|
||||
|
||||
GraphCtrl_Init(this);
|
||||
this->m_hParentWnd = hParentWnd;
|
||||
this->m_hWnd = hWnd;
|
||||
GraphCtrl_Resize(this);
|
||||
if (result != 0)
|
||||
GraphCtrl_InvalidateCtrl(this);
|
||||
return result;
|
||||
return 0;
|
||||
}
|
||||
|
||||
void GraphCtrl_SetRange(TGraphCtrl* this, double dLower, double dUpper, int nDecimalPlaces)
|
||||
|
Loading…
x
Reference in New Issue
Block a user