Remove unused code.

This commit is contained in:
kh1
2010-03-24 15:03:49 +01:00
parent 8f51d76c23
commit 4469564f2d
2 changed files with 0 additions and 14 deletions

View File

@@ -300,13 +300,6 @@ QString CentralWidget::currentTitle() const
return QString();
}
void CentralWidget::copySelection()
{
HelpViewer* viewer = currentHelpViewer();
if (viewer)
viewer->copy();
}
void CentralWidget::initPrinter()
{
#ifndef QT_NO_PRINTER
@@ -370,11 +363,6 @@ void CentralWidget::pageSetup()
#endif
}
bool CentralWidget::isHomeAvailable() const
{
return currentHelpViewer() ? true : false;
}
void CentralWidget::home()
{
HelpViewer* viewer = currentHelpViewer();