summaryrefslogtreecommitdiff
path: root/OSSpecific.cpp
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2018-02-23 23:49:48 +0000
committerThomas Preud'homme <robotux@celest.fr>2018-02-23 23:49:48 +0000
commitbd56579c7d9de94c17287adefa118290e6b7ba33 (patch)
tree666d7d0b6945b442573b7a3145969f66a53aa460 /OSSpecific.cpp
parentb3c8bdcc0d1e4b2ab298847a7902b6d60410a5bc (diff)
New upstream version 1.4.0.3
Diffstat (limited to 'OSSpecific.cpp')
-rw-r--r--OSSpecific.cpp4
1 files changed, 0 insertions, 4 deletions
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("<br />")+tr("Consider Supercopier as deprecated, prefer Ultracopier");
#endif
- #if defined(ULTRACOPIER_CGMINER) && ! defined(ULTRACOPIER_ILLEGAL)
- text+=QStringLiteral("<br /><b>")+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("<br /><a href=\"")+tr("http://ultracopier.first-world.info/download.html")+"\""+tr("http://ultracopier.first-world.info/download.html")+QStringLiteral("</a></b>");
- #endif
ui->label->setText(text);
}