Commit 7b252d6e authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

winefile: Remove variable hChildClass which is not really used from InitInstance.

parent fcf831ac
......@@ -4505,7 +4505,6 @@ static void InitInstance(HINSTANCE hinstance)
WNDCLASSEXW wcFrame;
WNDCLASSW wcChild;
ATOM hChildClass;
int col;
INITCOMMONCONTROLSEX icc = {
......@@ -4551,7 +4550,7 @@ static void InitInstance(HINSTANCE hinstance)
wcChild.lpszMenuName = 0;
wcChild.lpszClassName = sWINEFILETREE;
hChildClass = RegisterClassW(&wcChild);
RegisterClassW(&wcChild);
Globals.haccel = LoadAcceleratorsW(hinstance, MAKEINTRESOURCEW(IDA_WINEFILE));
......
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