Remove unused code.

This commit is contained in:
Daniel Molkentin
2009-05-13 18:10:48 +02:00
parent 541f5f6400
commit c7e1104ec6

View File

@@ -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();