From 69b778424b380a32a6c83526b678466712c4a220 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 12 Jun 2017 11:49:56 +1000 Subject: Backport: Removed unused functions and methods from Platform.h. Replaced Platform::Clamp with Sci::clamp. Drop MouseButtonBounce workaround for very early GTK+/Linux. Backported from changeset 6307:7030530a9a0f. --- qt/ScintillaEditBase/PlatQt.h | 1 - 1 file changed, 1 deletion(-) (limited to 'qt/ScintillaEditBase/PlatQt.h') diff --git a/qt/ScintillaEditBase/PlatQt.h b/qt/ScintillaEditBase/PlatQt.h index 907992d36..bb9da3940 100644 --- a/qt/ScintillaEditBase/PlatQt.h +++ b/qt/ScintillaEditBase/PlatQt.h @@ -106,7 +106,6 @@ public: XYPOSITION Ascent(Font &font) override; XYPOSITION Descent(Font &font) override; XYPOSITION InternalLeading(Font &font) override; - XYPOSITION ExternalLeading(Font &font) override; XYPOSITION Height(Font &font) override; XYPOSITION AverageCharWidth(Font &font) override; -- cgit v1.2.3