GRAPHICS: Remove unused variables

This commit is contained in:
Borja Lorente 2016-07-31 18:00:36 +02:00
parent e809320f58
commit 03f2d9b01e
2 changed files with 0 additions and 5 deletions

View file

@ -394,12 +394,10 @@ bool MacWindow::isInResizeButton(int x, int y) {
}
WindowClick MacWindow::isInScroll(int x, int y) {
int bLeft = kBorderWidth;
int bTop = kBorderWidth;
int bRight = kBorderWidth;
int bBottom = kBorderWidth;
if (_macBorder.hasOffsets()) {
bLeft = _macBorder.getOffset(kBorderOffsetLeft);
bTop = _macBorder.getOffset(kBorderOffsetTop);
bRight = _macBorder.getOffset(kBorderOffsetRight);
bBottom = _macBorder.getOffset(kBorderOffsetBottom);