From 68660c571d8f2d257f2e108d9561a10f6297d466 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Thu, 5 Dec 2019 09:45:50 +0000 Subject: [PATCH] remove redundant QT_NO_TRANSLATION_UTF8 definition Signed-off-by: Ivailo Monev --- src/core/global/qconfig.h.cmake | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/core/global/qconfig.h.cmake b/src/core/global/qconfig.h.cmake index bfe8b8490..a06204eae 100644 --- a/src/core/global/qconfig.h.cmake +++ b/src/core/global/qconfig.h.cmake @@ -491,11 +491,6 @@ #define QT_NO_TEXTODFWRITER #endif -// Translation (UTF-8 representation) -#if !defined(QT_NO_TRANSLATION_UTF8) && (defined(QT_NO_TRANSLATION) || defined(QT_NO_TEXTCODEC)) -#define QT_NO_TRANSLATION_UTF8 -#endif - // QUndoGroup #if !defined(QT_NO_UNDOGROUP) && (defined(QT_NO_UNDOSTACK)) #define QT_NO_UNDOGROUP