aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/popupeditor/popupeditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/popupeditor/popupeditor.cpp')
-rw-r--r--src/modules/popupeditor/popupeditor.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/modules/popupeditor/popupeditor.cpp b/src/modules/popupeditor/popupeditor.cpp
index 894083c42..69586d24a 100644
--- a/src/modules/popupeditor/popupeditor.cpp
+++ b/src/modules/popupeditor/popupeditor.cpp
@@ -1356,22 +1356,6 @@ void KviPopupEditorWindow::resizeEvent(QResizeEvent *)
void KviPopupEditorWindow::fillCaptionBuffers()
{
m_szPlainTextCaption = __tr2qs_ctx("Popup Editor","editor");
-
- static QString p1("<nobr><font color=\"");
- static QString p2("\"><b>");
- static QString p3("</b></font></nobr>");
-
- m_szHtmlActiveCaption = p1;
- m_szHtmlActiveCaption += KVI_OPTION_COLOR(KviOption_colorCaptionTextActive).name();
- m_szHtmlActiveCaption += p2;
- m_szHtmlActiveCaption += m_szPlainTextCaption;
- m_szHtmlActiveCaption += p3;
-
- m_szHtmlInactiveCaption = p1;
- m_szHtmlInactiveCaption += KVI_OPTION_COLOR(KviOption_colorCaptionTextInactive).name();
- m_szHtmlInactiveCaption += p2;
- m_szHtmlInactiveCaption += m_szPlainTextCaption;
- m_szHtmlInactiveCaption += p3;
}