Remove noDrag madness.

This commit is contained in:
Tobias Rundstrom 2006-02-26 14:45:36 -03:00
parent 56dd4cf3ee
commit f58f03f19e
9 changed files with 3 additions and 51 deletions

View file

@ -44,16 +44,6 @@ MainWindow::~MainWindow ()
delete skin;
}
void
MainWindow::setNoDrag (bool b)
{
if (m_isshaded) {
m_shaded->setNoDrag (b);
} else {
m_display->setNoDrag (b);
}
}
void
MainWindow::switchDisplay ()
{