aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/list/ListWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/list/ListWindow.cpp')
-rw-r--r--src/modules/list/ListWindow.cpp30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/modules/list/ListWindow.cpp b/src/modules/list/ListWindow.cpp
index 4fb2bc2f8..0dc0af318 100644
--- a/src/modules/list/ListWindow.cpp
+++ b/src/modules/list/ListWindow.cpp
@@ -579,36 +579,6 @@ void ListWindow::itemDoubleClicked(QTreeWidgetItem * it, int)
m_pConsole->connection()->sendFmtData("join %s", dat.data());
}
-//
-//#warning "Load & save properties of this kind of window"
-
-//void ListWindow::saveProperties()
-//{
-// KviWindowProperty p;
-// p.rect = externalGeometry();
-// p.isDocked = isAttacched();
-// QValueList<int> l(m_pSplitter->sizes());
-// if(l.count() >= 1)p.splitWidth1 = *(l.at(0));
-// if(l.count() >= 2)p.splitWidth2 = *(l.at(1));
-// p.timestamp = m_pView->timestamp();
-// p.imagesVisible = m_pView->imagesVisible();
-// p.isMaximized = isAttacched() && isMaximized();
-// p.topSplitWidth1 = 0;
-// p.topSplitWidth2 = 0;
-// p.topSplitWidth3 = 0;
-// g_pOptions->m_pWinPropertiesList->setProperty(caption(),&p);
-//}
-//
-//void ListWindow::setProperties(KviWindowProperty *p)
-//{
-// QValueList<int> l;
-// l.append(p->splitWidth1);
-// l.append(p->splitWidth2);
-// m_pVertSplitter->setSizes(l);
-// m_pIrcView->setTimestamp(p->timestamp);
-// m_pIrcView->setShowImages(p->imagesVisible);
-//}
-
void ListWindow::applyOptions()
{
m_pTreeWidget->applyOptions();