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

@ -29,7 +29,6 @@ class MainWindow : public QMainWindow
~MainWindow (void);
Skin *getSkin (void);
void setNoDrag (bool b);
XMMSHandler *getHandler () { return m_handler; }
MainDisplay *getMD () { return m_display; }