]> git.lyx.org Git - features.git/commitdiff
Delete obsolete comment: We no longer support Qt < 4.4.
authorRichard Heck <rgheck@lyx.org>
Sun, 10 Jul 2016 05:43:56 +0000 (01:43 -0400)
committerRichard Heck <rgheck@lyx.org>
Sun, 10 Jul 2016 05:43:56 +0000 (01:43 -0400)
src/frontends/qt4/GuiView.cpp

index 429def550d0eb3c0d1a0f34734bc05dd36091a3b..b94625b7ca123319f4e137067ec9f3a5b62d29c8 100644 (file)
@@ -3445,7 +3445,6 @@ bool GuiView::GuiViewPrivate::asyncBufferProcessing(
 #else
        Buffer::ExportStatus status;
        if (syncFunc) {
-               // TODO check here if it breaks exporting with Qt < 4.4
                status = (used_buffer->*syncFunc)(format, true);
        } else if (previewFunc) {
                status = (used_buffer->*previewFunc)(format);