Remove unused non-trivial variable

This commit is contained in:
Ilya Fedin 2021-03-16 21:19:14 +04:00 committed by John Preston
parent 40815d4d55
commit 0adf0383d8

View file

@ -354,7 +354,6 @@ void ImportantTooltip::updateGeometry() {
}
void ImportantTooltip::resizeEvent(QResizeEvent *e) {
auto inner = countInner();
auto contentTop = _st.padding.top();
if (_useTransparency && (_side & RectPart::Bottom)) {
contentTop += _st.arrow;