From c7e1104ec6242c1cc0f3a31a1e943f68d90be652 Mon Sep 17 00:00:00 2001
From: Daniel Molkentin <daniel.molkentin@nokia.com>
Date: Wed, 13 May 2009 18:10:48 +0200
Subject: [PATCH] Remove unused code.

---
 src/plugins/coreplugin/welcomemode.cpp | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/plugins/coreplugin/welcomemode.cpp b/src/plugins/coreplugin/welcomemode.cpp
index 7b6ff8bd124..4edd436954a 100644
--- a/src/plugins/coreplugin/welcomemode.cpp
+++ b/src/plugins/coreplugin/welcomemode.cpp
@@ -52,13 +52,6 @@
 namespace Core {
 namespace Internal {
 
-namespace {
-    QString htmlSkel = "<html><head><style type=\"text/css\">"
-              "a:link { color: #ccc;}"
-              "a:hover { color: black; text-decoration:underline;} "
-              "</style></head><body>%1</body></html>>";
-}
-
 struct WelcomeModePrivate
 {
     WelcomeModePrivate();
-- 
GitLab