Remove some debug code

This commit is contained in:
Sergio Martins
2021-02-17 18:17:48 +00:00
parent 13f84ab518
commit 8b23769ccc

View File

@@ -362,8 +362,6 @@ bool WidgetResizeHandler::handleWindowsNativeEvent(QWindow *w, MSG *msg,
*result = HTCAPTION;
}
}
} else {
*result = HTCAPTION;
}
return *result != 0;