From 92b7122eda835537a6bbafb41beb858f38aed538 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 6 Oct 2020 16:00:14 +0200 Subject: Remove dead code This code has been deprecated in Qt 5. Change-Id: Ia8e0bc791ac1f43df7124b4f30db3d0bb9966015 Reviewed-by: Alex Blasche --- src/gui/text/qtextformat.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gui/text/qtextformat.h') diff --git a/src/gui/text/qtextformat.h b/src/gui/text/qtextformat.h index 71ad97a635..e1668f8362 100644 --- a/src/gui/text/qtextformat.h +++ b/src/gui/text/qtextformat.h @@ -141,9 +141,6 @@ public: BlockFormat = 1, CharFormat = 2, ListFormat = 3, -#if QT_DEPRECATED_SINCE(5, 3) - TableFormat = 4, -#endif FrameFormat = 5, UserFormat = 100 -- cgit v1.2.3