From d2f4f1c2d7114a8650d5d77845a5feb19a5bde4e Mon Sep 17 00:00:00 2001 From: "Martin T. H. Sandsmark" Date: Sun, 24 Jul 2016 22:11:46 +0200 Subject: [PATCH] Remove outdated compiler message --- core/document.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/core/document.cpp b/core/document.cpp index 2f99a8cd4..5f2224ed7 100644 --- a/core/document.cpp +++ b/core/document.cpp @@ -2388,7 +2388,6 @@ Document::OpenResult Document::openDocument(const QString & docFile, const QUrl // There's still no offers, do a final mime search based on the filename // We need this because sometimes (e.g. when downloading from a webserver) the mimetype we // use is the one fed by the server, that may be wrong -#pragma message("Fix generator loading") newmime = db.mimeTypeForUrl( url ); if ( !newmime.isDefault() && newmime != mime )