aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--qt/ScintillaEditBase/PlatQt.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/qt/ScintillaEditBase/PlatQt.h b/qt/ScintillaEditBase/PlatQt.h
index 56fa8bb06..a4d924014 100644
--- a/qt/ScintillaEditBase/PlatQt.h
+++ b/qt/ScintillaEditBase/PlatQt.h
@@ -71,10 +71,6 @@ inline QPointF QPointFFromPoint(Point qp)
return QPointF(qp.x, qp.y);
}
-constexpr PRectangle RectangleInset(PRectangle rc, XYPOSITION delta) noexcept {
- return PRectangle(rc.left + delta, rc.top + delta, rc.right - delta, rc.bottom - delta);
-}
-
class SurfaceImpl : public Surface {
private:
QPaintDevice *device = nullptr;