Fixing defects found in the review
[situare] / src / ui / mainwindow.cpp
index 500e5b5..dce7243 100644 (file)
@@ -7,6 +7,7 @@
       Jussi Laitinen jussi.laitinen@ixonos.com
       Sami Rämö - sami.ramo@ixonos.com
       Ville Tiensuu - ville.tiensuu@ixonos.com
+      Katri Kaikkonen - katri.kaikkonen@ixonos.com
 
    Situare is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
@@ -34,7 +35,6 @@
 #include "error.h"
 #include "friendlistpanel.h"
 #include "fullscreenbutton.h"
-#include "indicatorbutton.h"
 #include "logindialog.h"
 #include "mapscale.h"
 #include "searchdialog.h"
@@ -64,7 +64,6 @@ MainWindow::MainWindow(QWidget *parent)
     m_password(),
     m_webView(0),
     m_fullScreenButton(0),
-//    m_indicatorButton(0),
     m_indicatorButtonPanel(0),
     m_mapScale(0),
     m_cookieJar(0)