WaE: unreachable code

This commit is contained in:
Tor Lillqvist 2011-10-03 15:40:50 +03:00
parent 8cdce350af
commit dd0b483a1f

View File

@ -151,7 +151,6 @@ BOOL winwrap::HatchWindowRegister(HINSTANCE hInst)
wc.lpszClassName = SZCLASSHATCHWIN;
return RegisterClass(&wc);
return FALSE;
}