Remove debug.

This commit is contained in:
John Maguire 2010-04-19 20:59:34 +00:00
parent ff06207732
commit 2f9d1867be
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ void SystemTrayIcon::Update() {
#ifdef Q_OS_DARWIN
// Setting main window icon.
QApplication::setWindowIcon(icon);
icon.save("icon.png");
#else
setIcon(icon);
#endif