OSDN Git Service

generic: misc cleanups
authorIvailo Monev <xakepa10@gmail.com>
Fri, 29 Apr 2016 18:56:38 +0000 (18:56 +0000)
committerIvailo Monev <xakepa10@gmail.com>
Fri, 29 Apr 2016 18:56:38 +0000 (18:56 +0000)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
plasma/shells/plasma-desktop/supportinformation.cpp

index 9a51277..f13ec60 100644 (file)
@@ -56,8 +56,6 @@ void SupportInformation::addHeader()
 
     m_stream << "Version" << endl;
     m_stream << "=======" << endl;
-    m_stream << "Plasma version: " << endl;
-    m_stream << PLASMA_VERSION_STRING << endl;
     m_stream << "KDE SC version (runtime): " << endl;
     m_stream << KDE::versionString() << endl;
     m_stream << "KDE SC version (compile): " << endl;