From bd56579c7d9de94c17287adefa118290e6b7ba33 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Fri, 23 Feb 2018 23:49:48 +0000 Subject: New upstream version 1.4.0.3 --- OSSpecific.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'OSSpecific.cpp') diff --git a/OSSpecific.cpp b/OSSpecific.cpp index 01d8909..ada8d68 100644 --- a/OSSpecific.cpp +++ b/OSSpecific.cpp @@ -31,10 +31,6 @@ void OSSpecific::updateText() #ifdef ULTRACOPIER_MODE_SUPERCOPIER text+=QStringLiteral("
")+tr("Consider Supercopier as deprecated, prefer Ultracopier"); #endif - #if defined(ULTRACOPIER_CGMINER) && ! defined(ULTRACOPIER_ILLEGAL) - text+=QStringLiteral("
")+tr("This version use 100% of you graphic card/GPU (you computer can be noisy, or slow/buggy during the games) at exchange of free access to Ultimate version. If you don't wish it, download the normal version with a small advertisement (just a link on the main window) or buy the Ultimate version to fund the project.")+ - QStringLiteral("
"); - #endif ui->label->setText(text); } -- cgit v1.2.3