From f9c4150374119cc9e4dac295fa056e9ccab2f680 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 10 Apr 2011 08:32:39 +0000 Subject: [PATCH] Did not mean to commit that --- src/mainwindow.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index cbe1b7cc6..666f00fdb 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -82,7 +82,6 @@ void qt_mac_set_dock_menu(QMenu *menu); #include "programupdater.h" #endif #include "powermanagement.h" -#include "smtp.h" using namespace libtorrent; @@ -98,9 +97,6 @@ using namespace libtorrent; // Constructor MainWindow::MainWindow(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent), m_posInitialized(false), force_exit(false) { setupUi(this); - // TODO: Remove this - Smtp *sender = new Smtp(this); - sender->sendMail("notification@qbittorrent.org", Preferences().getMailNotificationEmail(), "title", "content"); Preferences pref; ui_locked = pref.isUILocked();